Searched refs:getFunctionInfo (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h144 /// getFunctionInfo - Return the LibCallFunctionInfo object corresponding to
146 const LibCallFunctionInfo *getFunctionInfo(const Function *F) const;
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DLibCallSemantics.cpp41 /// getFunctionInfo - Return the LibCallFunctionInfo object corresponding to
44 LibCallInfo::getFunctionInfo(const Function *F) const {
H A DLibCallAliasAnalysis.cpp128 if (const LibCallFunctionInfo *FI = LCI->getFunctionInfo(F)) {
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DGCMetadata.cpp90 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) { function in class:GCModuleInfo
145 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F);
H A DGCStrategy.cpp170 MI->getFunctionInfo(*I); // Instantiate the GC strategy.
260 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F);
408 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(*MF.getFunction());
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DGCMetadata.h195 GCFunctionInfo &getFunctionInfo(const Function &F);
/freebsd-10.3-release/contrib/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp127 if (FunctionRecord *FR = getFunctionInfo(F)) {
144 if (FunctionRecord *FR = getFunctionInfo(F)) {
169 /// getFunctionInfo - Return the function info for the function, or null if
171 FunctionRecord *getFunctionInfo(const Function *F) { function in class:__anon2199::GlobalsModRef
415 if (FunctionRecord *CalleeFR = getFunctionInfo(Callee)) {
556 if (const FunctionRecord *FR = getFunctionInfo(F))
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp404 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : 0;

Completed in 127 milliseconds