Home
last modified time | relevance | path

Searched refs:dominated (Results 1 – 25 of 45) sorted by relevance

12

/external/v8/src/crankshaft/
Dhydrogen-gvn.cc652 HBasicBlock* dominator, HBasicBlock* dominated) { in CollectSideEffectsOnPathsToDominatedBlock() argument
654 for (int i = 0; i < dominated->predecessors()->length(); ++i) { in CollectSideEffectsOnPathsToDominatedBlock()
655 HBasicBlock* block = dominated->predecessors()->at(i); in CollectSideEffectsOnPathsToDominatedBlock()
657 block->block_id() < dominated->block_id() && in CollectSideEffectsOnPathsToDominatedBlock()
871 HBasicBlock* dominated = next->block(); in AnalyzeGraph() local
881 dominator_block->block_id() + 1 < dominated->block_id()) { in AnalyzeGraph()
885 dominated); in AnalyzeGraph()
Dhydrogen-gvn.h122 HBasicBlock* dominated);
/external/llvm/test/Transforms/EarlyCSE/
Dconditional.ll76 ; Not legal to replace use given it's not dominated by edge
95 ; Another single predecessor test, but for dominated use
/external/swiftshader/third_party/LLVM/test/Transforms/Mem2Reg/
D2003-10-05-DeadPHIInsertion.ll2 ; node in L3, even though there is no load of %A in anything dominated by L3.
/external/swiftshader/third_party/LLVM/test/Transforms/LCSSA/
Dunused-phis.ll10 ; only inserted by LCSSA when there is a use dominated by a given exit
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
DPhiBlockMerge2.ll3 ; dominated by the block-to-be-eliminated
/external/llvm/test/Transforms/SimplifyCFG/
DPhiBlockMerge2.ll3 ; dominated by the block-to-be-eliminated
/external/llvm/test/Transforms/Mem2Reg/
D2003-10-05-DeadPHIInsertion.ll2 ; node in L3, even though there is no load of %A in anything dominated by L3.
/external/swiftshader/third_party/LLVM/test/Transforms/CodeExtractor/
D2004-03-14-DominanceProblem.ll3 ; are dominated by all of the live-outs.
/external/llvm/test/Transforms/LCSSA/
Dunused-phis.ll11 ; only inserted by LCSSA when there is a use dominated by a given exit
/external/llvm/test/Transforms/CodeExtractor/
D2004-03-14-DominanceProblem.ll3 ; are dominated by all of the live-outs.
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dlsr-postinc-pos.ll4 ; scevgep needs to be inserted in %bb so that it is dominated by %t.
/external/llvm/test/CodeGen/PowerPC/
Dlsr-postinc-pos.ll4 ; scevgep needs to be inserted in %bb so that it is dominated by %t.
/external/llvm/test/Transforms/LoopVectorize/
Dundef-inst-bug.ll7 ; We would use the index from the original loop resulting in a use not dominated
/external/llvm/test/CodeGen/X86/
Dtls-local-dynamic.ll49 ; This accesses TLS, but is dominated by the previous block,
/external/llvm/test/Verifier/
Doperand-bundles.ll3 ; Operand bundles uses are like regular uses, and need to be dominated
/external/valgrind/perf/
DREADME37 SPEC2000 benchmark. Not dominated by any code, the hottest
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Dlftr-other-uses.ll4 ; other uses which aren't dominated by the new comparison instruction.
/external/llvm/test/Transforms/IndVarSimplify/
Dlftr-other-uses.ll4 ; other uses which aren't dominated by the new comparison instruction.
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/
Dcontract.ll73 ; Trivial retain,autorelease pair with intervening call, but it's post-dominated
/external/eigen/doc/
DDenseDecompositionBenchmark.dox34 …+ For largely over-constrained problems, the cost of Cholesky/LU decompositions is dominated by th…
/external/python/cpython2/Doc/library/
Dbisect.rst53 already sorted. Keep in mind that the O(log n) search is dominated by
/external/python/cpython3/Doc/library/
Dbisect.rst51 already sorted. Keep in mind that the O(log n) search is dominated by
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-03-15-nopreheader.ll127 ; Test a phi operand IV User dominated by a no-preheader loop.
/external/llvm/test/Transforms/ObjCARC/
Dcontract.ll74 ; Trivial retain,autorelease pair with intervening call, but it's post-dominated

12