Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DGCMetadata.cpp64 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) { in getFunctionInfo() function in GCModuleInfo
107 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F); in runOnFunction()
H A DGCRootLowering.cpp107 MI->getFunctionInfo(F); // Instantiate the GC strategy. in doInitialization()
175 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F); in runOnFunction()
309 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(MF.getFunction()); in runOnMachineFunction()
/openbsd/gnu/llvm/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
555 if (FunctionInfo *CalleeFI = getFunctionInfo(Callee)) { in AnalyzeCallGraph()
944 if (const FunctionInfo *FI = getFunctionInfo(F)) in getModRefInfo()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DGCMetadata.h200 GCFunctionInfo &getFunctionInfo(const Function &F);
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h110 FunctionInfo *getFunctionInfo(const Function *F);
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h107 llvm::Expected<FunctionInfo> getFunctionInfo(uint64_t Addr) const;
/openbsd/gnu/llvm/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.cpp517 auto FI = Gsym->getFunctionInfo(*FuncAddr); in verify()
/openbsd/gnu/llvm/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp417 if (auto FI = Gsym.getFunctionInfo(Addr)) { in doLookup()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1256 return getFunctionInfo(F).OpcodeInstMap;
1261 return getFunctionInfo(F).RWInsts;
1280 FunctionInfo &FI = getFunctionInfo(*Arg.getParent());
1348 FunctionInfo &getFunctionInfo(const Function &F) {
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3063 getFunctionInfo(*Callee).CalledViaMustTail = true; in initializeInformationCache()
3146 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F); in identifyDefaultAbstractAttributes()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp414 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr; in runOnMachineFunction()