Home
last modified time | relevance | path

Searched defs:CalledFunctions (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCallGraph.h142 SmallVector<CallRecord, 5> CalledFunctions; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraph.h270 std::vector<CallRecord> CalledFunctions; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2954 SmallPtrSet<const Function *, 8> &CalledFunctions) { in cxxDtorIsEmpty()
3024 SmallPtrSet<const Function *, 8> CalledFunctions; in OptimizeEmptyGlobalCXXDtors() local