Home
last modified time | relevance | path

Searched defs:LookupDomTree (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h44 std::function<DominatorTree &()> LookupDomTree; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1800 function_ref<DominatorTree &(Function &)> LookupDomTree) { in isPointerValueDeadOnEntryToFunction()
1938 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processInternalGlobal()
2080 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processGlobal()
2263 function_ref<DominatorTree &(Function &)> LookupDomTree, in OptimizeFunctions()
2370 function_ref<DominatorTree &(Function &)> LookupDomTree, in OptimizeGlobalVars()
2933 function_ref<DominatorTree &(Function &)> LookupDomTree) { in optimizeGlobalsInModule()
2989 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree &{ in run() local
3022 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local
DWholeProgramDevirt.cpp447 function_ref<DominatorTree &(Function &)> LookupDomTree; member
649 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local
695 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local
743 function_ref<DominatorTree &(Function &)> LookupDomTree) { in runForTesting()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1381 auto LookupDomTree = [&]() -> DominatorTree & { in run() local
1439 auto LookupDomTree = [this]() -> DominatorTree & { in runOnFunction() local