Home
last modified time | relevance | path

Searched defs:getOrInsertFunction (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h409 return G->getOrInsertFunction(F); in getOrInsertFunction() function
/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp170 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { in getOrInsertFunction() function in CallGraph
/llvm-project/llvm/include/llvm/IR/
H A DModule.h412 FunctionCallee getOrInsertFunction(StringRef Name, getOrInsertFunction() function
423 FunctionCallee getOrInsertFunction(StringRef Name, Type *RetTy, getOrInsertFunction() function
/llvm-project/llvm/lib/IR/
H A DModule.cpp169 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty, getOrInsertFunction() function in Module
186 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty) { getOrInsertFunction() function in Module
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1023 FunctionCallee AMDGPULibFunc::getOrInsertFunction(Module *M, getOrInsertFunction() function in AMDGPULibFunc