Searched defs:LookupDomTree (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h37 std::function<DominatorTree &()> LookupDomTree; member in class:llvm::MemCpyOptPass
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp896 DominatorTree &DT = LookupDomTree();
1296 DominatorTree &DT = LookupDomTree();
1381 auto LookupDomTree = [&]() -> DominatorTree & { local
1386 LookupAssumptionCache, LookupDomTree);
1405 LookupDomTree = std::move(LookupDomTree_);
1437 auto LookupDomTree = [this]() -> DominatorTree & { local
1442 LookupDomTree);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1677 function_ref<DominatorTree &(Function &)> LookupDomTree) {
1721 auto &DT = LookupDomTree(*const_cast<Function *>(F));
1812 function_ref<DominatorTree &(Function &)> LookupDomTree) {
1830 LookupDomTree)) {
1944 function_ref<DominatorTree &(Function &)> LookupDomTree) {
1975 return processInternalGlobal(GVar, GS, TLI, LookupDomTree) || Changed;
2024 function_ref<DominatorTree &(Function &)> LookupDomTree,
2039 Changed |= processGlobal(*F, TLI, LookupDomTree);
2068 function_ref<DominatorTree &(Function &)> LookupDomTree,
2092 Changed |= processGlobal(*GV, TLI, LookupDomTree);
1675 isPointerValueDeadOnEntryToFunction( const Function *F, GlobalValue *GV, function_ref<DominatorTree &(Function &)> LookupDomTree) argument
1810 processInternalGlobal( GlobalVariable *GV, const GlobalStatus &GS, TargetLibraryInfo *TLI, function_ref<DominatorTree &(Function &)> LookupDomTree) argument
1943 processGlobal(GlobalValue &GV, TargetLibraryInfo *TLI, function_ref<DominatorTree &(Function &)> LookupDomTree) argument
2023 OptimizeFunctions(Module &M, TargetLibraryInfo *TLI, function_ref<DominatorTree &(Function &)> LookupDomTree, SmallSet<const Comdat *, 8> &NotDiscardableComdats) argument
2067 OptimizeGlobalVars(Module &M, TargetLibraryInfo *TLI, function_ref<DominatorTree &(Function &)> LookupDomTree, SmallSet<const Comdat *, 8> &NotDiscardableComdats) argument
2512 optimizeGlobalsInModule( Module &M, const DataLayout &DL, TargetLibraryInfo *TLI, function_ref<DominatorTree &(Function &)> LookupDomTree) argument
2571 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree &{ local
2592 auto LookupDomTree = [this](Function &F) -> DominatorTree & { variable
[all...]

Completed in 430 milliseconds