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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadata.cpp67 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) { function in class:GCModuleInfo
110 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F);
H A DGCRootLowering.cpp110 MI->getFunctionInfo(*I); // Instantiate the GC strategy.
178 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F);
310 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(MF.getFunction());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h115 FunctionInfo *getFunctionInfo(const Function *F);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h200 GCFunctionInfo &getFunctionInfo(const Function &F);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h110 llvm::Expected<FunctionInfo> getFunctionInfo(uint64_t Addr) const;
115 /// function is faster that calling getFunctionInfo() as it will only return
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp249 if (FunctionInfo *FI = getFunctionInfo(F)) {
265 if (FunctionInfo *FI = getFunctionInfo(F)) {
278 GlobalsAAResult::getFunctionInfo(const Function *F) { function in class:GlobalsAAResult
547 if (FunctionInfo *CalleeFI = getFunctionInfo(Callee)) {
951 if (const FunctionInfo *FI = getFunctionInfo(F))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp257 llvm::Expected<FunctionInfo> GsymReader::getFunctionInfo(uint64_t Addr) const { function in class:GsymReader
342 if (auto FI = getFunctionInfo(*getAddress(I)))
H A DDwarfTransformer.cpp497 auto FI = Gsym->getFunctionInfo(*FuncAddr);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h669 return getFunctionInfo(F).OpcodeInstMap;
674 return getFunctionInfo(F).RWInsts;
695 FunctionInfo &FI = getFunctionInfo(*Arg.getParent());
741 FunctionInfo &getFunctionInfo(const Function &F) { function in struct:InformationCache
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp307 static const CGFunctionInfo &getFunctionInfo(CodeGenModule &CGM, function in namespace:__anon1727
467 const CGFunctionInfo &FI = getFunctionInfo<N>(CGM, Args);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1697 getFunctionInfo(*Callee).CalledViaMustTail = true;
1769 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp438 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr;

Completed in 266 milliseconds