Searched defs:getOrInsertFunction (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | CallGraph.h | 409 return G->getOrInsertFunction(F); in getOrInsertFunction() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | CallGraph.cpp | 170 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { in getOrInsertFunction() function in CallGraph |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Module.h | 412 FunctionCallee getOrInsertFunction(StringRef Name, getOrInsertFunction() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Module.cpp | 169 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty, getOrInsertFunction() function in Module |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPULibFunc.cpp | 1023 FunctionCallee AMDGPULibFunc::getOrInsertFunction(Module *M, getOrInsertFunction() function in AMDGPULibFunc |