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

/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
H A DCallGraph.cpp54 ExternalCallingNode = getOrInsertFunction(0);
115 CallGraphNode *Node = getOrInsertFunction(F);
154 Node->addCalledFunction(CS, getOrInsertFunction(Callee));
248 // getOrInsertFunction - This method is identical to calling operator[], but
251 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { function in class:CallGraph
/external/llvm/lib/Analysis/
H A DCallGraph.cpp24 : M(M), Root(nullptr), ExternalCallingNode(getOrInsertFunction(nullptr)),
58 CallGraphNode *Node = getOrInsertFunction(F);
93 Node->addCalledFunction(CS, getOrInsertFunction(Callee));
162 // getOrInsertFunction - This method is identical to calling operator[], but
165 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { function in class:CallGraph
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h164 CallGraphNode *getOrInsertFunction(const Function *F);
388 CallGraphNode *getOrInsertFunction(const Function *F) { function in class:CallGraphWrapperPass
389 return G->getOrInsertFunction(F);
/external/llvm/lib/IR/
H A DModule.cpp116 // getOrInsertFunction - Look up the specified function in the module symbol
121 Constant *Module::getOrInsertFunction(StringRef Name, function in class:Module
144 Constant *Module::getOrInsertFunction(StringRef Name, function in class:Module
146 return getOrInsertFunction(Name, Ty, AttributeSet());
149 // getOrInsertFunction - Look up the specified function in the module symbol
154 Constant *Module::getOrInsertFunction(StringRef Name, function in class:Module
167 // Build the function type and chain to the other getOrInsertFunction...
168 return getOrInsertFunction(Name,
173 Constant *Module::getOrInsertFunction(StringRef Name, function in class:Module
185 // Build the function type and chain to the other getOrInsertFunction
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DModule.cpp134 // getOrInsertFunction - Look up the specified function in the module symbol
139 Constant *Module::getOrInsertFunction(StringRef Name, function in class:Module
158 Constant *NewF = getOrInsertFunction(Name, Ty);
189 Constant *Module::getOrInsertFunction(StringRef Name, function in class:Module
192 return getOrInsertFunction(Name, Ty, AttributeList);
195 // getOrInsertFunction - Look up the specified function in the module symbol
200 Constant *Module::getOrInsertFunction(StringRef Name, function in class:Module
213 // Build the function type and chain to the other getOrInsertFunction...
214 return getOrInsertFunction(Name,
219 Constant *Module::getOrInsertFunction(StringRe function in class:Module
[all...]

Completed in 245 milliseconds