Searched defs:CalledFunctions (Results 1 – 14 of 14) sorted by relevance
142 SmallVector<CallRecord, 5> CalledFunctions; variable
168 SmallVector<CallRecord, 5> CalledFunctions; variable
274 std::vector<CallRecord> CalledFunctions; variable
277 std::vector<CallRecord> CalledFunctions; variable
284 std::vector<CallRecord> CalledFunctions; variable
2426 SmallPtrSet<const Function *, 8> &CalledFunctions) { in cxxDtorIsEmpty()2496 SmallPtrSet<const Function *, 8> CalledFunctions; in OptimizeEmptyGlobalCXXDtors() local
10177 SetVector<Function *> CalledFunctions; member