Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp130 MI->getFunctionInfo(F); // Instantiate the GC strategy. in doInitialization()
198 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F); in runOnFunction()
326 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(MF.getFunction()); in runOnMachineFunction()
H A DGCMetadata.cpp96 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) { in getFunctionInfo() function in GCModuleInfo
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp241 if (FunctionInfo *FI = getFunctionInfo(F)) in getMemoryEffects()
250 GlobalsAAResult::getFunctionInfo(const Function *F) { in getFunctionInfo() function in GlobalsAAResult
563 if (FunctionInfo *CalleeFI = getFunctionInfo(Callee)) { in AnalyzeCallGraph()
949 if (const FunctionInfo *FI = getFunctionInfo(F)) in getModRefInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h251 GCFunctionInfo &getFunctionInfo(const Function &F);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h110 FunctionInfo *getFunctionInfo(const Function *F);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h107 llvm::Expected<FunctionInfo> getFunctionInfo(uint64_t Addr) const;
121 /// function is faster that calling getFunctionInfo() as it will only return
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp321 llvm::Expected<FunctionInfo> GsymReader::getFunctionInfo(uint64_t Addr) const { in dump()
257 llvm::Expected<FunctionInfo> GsymReader::getFunctionInfo(uint64_t Addr) const { getFunctionInfo() function in GsymReader
H A DDwarfTransformer.cpp656 auto FI = Gsym->getFunctionInfo(*FuncAddr); in verify()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp307 static const CGFunctionInfo &getFunctionInfo(CodeGenModule &CGM, in getFunctionInfo() function
464 const CGFunctionInfo &FI = getFunctionInfo<N>(CGM, Args); in getFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1267 return getFunctionInfo(F).OpcodeInstMap;
1272 return getFunctionInfo(F).RWInsts;
1288 FunctionInfo &FI = getFunctionInfo(*Arg.getParent());
1362 FunctionInfo &getFunctionInfo(const Function &F) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3265 getFunctionInfo(*Callee).CalledViaMustTail = true; in initializeInformationCache()
3361 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F); in identifyDefaultAbstractAttributes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp549 GFI = Fn.hasGC() ? &MFP.getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) in initializeAnalysisResults()