Searched defs:LookupDomTree (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 73 function_ref<DominatorTree &(Function &)> LookupDomTree; member 117 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local 263 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local
|
H A D | GlobalOpt.cpp | 1348 isPointerValueDeadOnEntryToFunction(const Function * F,GlobalValue * GV,function_ref<DominatorTree & (Function &)> LookupDomTree) isPointerValueDeadOnEntryToFunction() argument 1417 forwardStoredOnceStore(GlobalVariable * GV,const StoreInst * StoredOnceStore,function_ref<DominatorTree & (Function &)> LookupDomTree) forwardStoredOnceStore() argument 1454 processInternalGlobal(GlobalVariable * GV,const GlobalStatus & GS,function_ref<TargetTransformInfo & (Function &)> GetTTI,function_ref<TargetLibraryInfo & (Function &)> GetTLI,function_ref<DominatorTree & (Function &)> LookupDomTree) processInternalGlobal() argument 1627 processGlobal(GlobalValue & GV,function_ref<TargetTransformInfo & (Function &)> GetTTI,function_ref<TargetLibraryInfo & (Function &)> GetTLI,function_ref<DominatorTree & (Function &)> LookupDomTree) processGlobal() argument 1924 OptimizeFunctions(Module & M,function_ref<TargetLibraryInfo & (Function &)> GetTLI,function_ref<TargetTransformInfo & (Function &)> GetTTI,function_ref<BlockFrequencyInfo & (Function &)> GetBFI,function_ref<DominatorTree & (Function &)> LookupDomTree,SmallPtrSetImpl<const Comdat * > & NotDiscardableComdats,function_ref<void (Function & F)> ChangedCFGCallback,function_ref<void (Function & F)> DeleteFnCallback) OptimizeFunctions() argument 2040 OptimizeGlobalVars(Module & M,function_ref<TargetTransformInfo & (Function &)> GetTTI,function_ref<TargetLibraryInfo & (Function &)> GetTLI,function_ref<DominatorTree & (Function &)> LookupDomTree,SmallPtrSetImpl<const Comdat * > & NotDiscardableComdats) OptimizeGlobalVars() argument 2488 optimizeGlobalsInModule(Module & M,const DataLayout & DL,function_ref<TargetLibraryInfo & (Function &)> GetTLI,function_ref<TargetTransformInfo & (Function &)> GetTTI,function_ref<BlockFrequencyInfo & (Function &)> GetBFI,function_ref<DominatorTree & (Function &)> LookupDomTree,function_ref<void (Function & F)> ChangedCFGCallback,function_ref<void (Function & F)> DeleteFnCallback) optimizeGlobalsInModule() argument 2565 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree &{ run() local [all...] |
H A D | WholeProgramDevirt.cpp | 543 function_ref<DominatorTree &(Function &)> LookupDomTree; global() member 762 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { run() local 970 runForTesting(Module & M,function_ref<AAResults & (Function &)> AARGetter,function_ref<OptimizationRemarkEmitter & (Function *)> OREGetter,function_ref<DominatorTree & (Function &)> LookupDomTree) runForTesting() argument [all...] |
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 925 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { computeVirtualCallSiteTypeInfoMap() local
|