Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp110 MI->getFunctionInfo(F); // Instantiate the GC strategy. in doInitialization()
178 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-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp249 if (FunctionInfo *FI = getFunctionInfo(F)) { in getModRefBehavior()
265 if (FunctionInfo *FI = getFunctionInfo(F)) { in getModRefBehavior()
278 GlobalsAAResult::getFunctionInfo(const Function *F) { in getFunctionInfo() function in GlobalsAAResult
547 if (FunctionInfo *CalleeFI = getFunctionInfo(Callee)) { in AnalyzeCallGraph()
954 if (const FunctionInfo *FI = getFunctionInfo(F)) in getModRefInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h200 GCFunctionInfo &getFunctionInfo(const Function &F);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h115 FunctionInfo *getFunctionInfo(const Function *F);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h107 llvm::Expected<FunctionInfo> getFunctionInfo(uint64_t Addr) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp257 llvm::Expected<FunctionInfo> GsymReader::getFunctionInfo(uint64_t Addr) const { in getFunctionInfo() function in GsymReader
342 if (auto FI = getFunctionInfo(*getAddress(I))) in dump()
H A DDwarfTransformer.cpp502 auto FI = Gsym->getFunctionInfo(*FuncAddr); in verify()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h964 return getFunctionInfo(F).OpcodeInstMap;
969 return getFunctionInfo(F).RWInsts;
988 FunctionInfo &FI = getFunctionInfo(*Arg.getParent());
1064 FunctionInfo &getFunctionInfo(const Function &F) {
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp307 static const CGFunctionInfo &getFunctionInfo(CodeGenModule &CGM, in getFunctionInfo() function
467 const CGFunctionInfo &FI = getFunctionInfo<N>(CGM, Args); in getFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2358 getFunctionInfo(*Callee).CalledViaMustTail = true; in initializeInformationCache()
2441 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F); in identifyDefaultAbstractAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp443 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr; in runOnMachineFunction()