Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/IPA/
DGlobalsModRef.cpp132 if (FunctionRecord *FR = getFunctionInfo(F)) { in getModRefBehavior()
149 if (FunctionRecord *FR = getFunctionInfo(F)) { in getModRefBehavior()
176 FunctionRecord *getFunctionInfo(const Function *F) { in getFunctionInfo() function in __anon3a5c63ef0111::GlobalsModRef
410 if (FunctionRecord *CalleeFR = getFunctionInfo(Callee)) { in AnalyzeCallGraph()
550 if (const FunctionRecord *FR = getFunctionInfo(F)) in getModRefInfo()
/external/llvm/lib/CodeGen/
DGCMetadata.cpp61 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) { in getFunctionInfo() function in GCModuleInfo
114 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F); in runOnFunction()
DGCRootLowering.cpp119 MI->getFunctionInfo(*I); // Instantiate the GC strategy. in doInitialization()
190 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F); in runOnFunction()
334 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(*MF.getFunction()); in runOnMachineFunction()
/external/llvm/include/llvm/Analysis/
DLibCallSemantics.h147 const LibCallFunctionInfo *getFunctionInfo(const Function *F) const;
/external/llvm/lib/Analysis/
DLibCallSemantics.cpp45 LibCallInfo::getFunctionInfo(const Function *F) const { in getFunctionInfo() function in LibCallInfo
DLibCallAliasAnalysis.cpp132 if (const LibCallFunctionInfo *FI = LCI->getFunctionInfo(F)) { in getModRefInfo()
/external/llvm/include/llvm/CodeGen/
DGCMetadata.h202 GCFunctionInfo &getFunctionInfo(const Function &F);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp442 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr; in runOnMachineFunction()