Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DGCRootLowering.cpp111 MI->getFunctionInfo(*I); // Instantiate the GC strategy. in doInitialization()
180 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F); in runOnFunction()
313 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(MF.getFunction()); in runOnMachineFunction()
H A DGCMetadata.cpp67 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) { in getFunctionInfo() function in GCModuleInfo
110 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DGlobalsModRef.cpp247 if (FunctionInfo *FI = getFunctionInfo(F)) { in getModRefBehavior()
263 if (FunctionInfo *FI = getFunctionInfo(F)) { in getModRefBehavior()
276 GlobalsAAResult::getFunctionInfo(const Function *F) { in getFunctionInfo() function in GlobalsAAResult
539 if (FunctionInfo *CalleeFI = getFunctionInfo(Callee)) { in AnalyzeCallGraph()
928 if (const FunctionInfo *FI = getFunctionInfo(F)) in getModRefInfo()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h104 FunctionInfo *getFunctionInfo(const Function *F);
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DGCMetadata.h201 GCFunctionInfo &getFunctionInfo(const Function &F);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp304 static const CGFunctionInfo &getFunctionInfo(CodeGenModule &CGM, in getFunctionInfo() function
455 const CGFunctionInfo &FI = getFunctionInfo<N>(CGM, Args); in getFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp410 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr; in runOnMachineFunction()