Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen-gvn.cc648 HBasicBlock* dominator, HBasicBlock* dominated) { in CollectSideEffectsOnPathsToDominatedBlock() argument
650 for (int i = 0; i < dominated->predecessors()->length(); ++i) { in CollectSideEffectsOnPathsToDominatedBlock()
651 HBasicBlock* block = dominated->predecessors()->at(i); in CollectSideEffectsOnPathsToDominatedBlock()
653 block->block_id() < dominated->block_id() && in CollectSideEffectsOnPathsToDominatedBlock()
867 HBasicBlock* dominated = next->block(); in AnalyzeGraph() local
877 dominator_block->block_id() + 1 < dominated->block_id()) { in AnalyzeGraph()
881 dominated); in AnalyzeGraph()
Dhydrogen-gvn.h123 HBasicBlock* dominated);
/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/llvm/test/Transforms/LCSSA/
Dunused-phis.ll10 ; 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/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,
Dblock-placement.ll1058 ; Test that edges to blocks post-dominated by cold calls are
/external/valgrind/perf/
DREADME37 SPEC2000 benchmark. Not dominated by any code, the hottest
/external/llvm/test/Transforms/IndVarSimplify/
Dlftr-other-uses.ll4 ; other uses which aren't dominated by the new comparison instruction.
/external/llvm/test/Transforms/ObjCARC/
Dcontract.ll74 ; Trivial retain,autorelease pair with intervening call, but it's post-dominated
Dbasic.ll1009 ; Trivial retain,release pair with intervening call, and it's post-dominated by
1032 ; Trivial retain,autorelease pair with intervening call, but it's post-dominated
1052 ; Trivial retain,autorelease pair, post-dominated
1083 ; Retain+release pairs in diamonds, all dominated by a retain.
/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/Analysis/BranchProbabilityInfo/
Dbasic.ll145 ; Test that edges to blocks post-dominated by cold call sites
/external/llvm/test/Transforms/ScalarRepl/
Dcrash.ll266 ; not dominated by the GEP.
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Drelocation.ll250 ; relocated dominated by the inserted relocation is not always sufficient.
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dirreducible.ll40 ; LoopInfo defines a loop as a non-trivial SCC dominated by a single block,
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1462 // Test that leaks post-dominated by "panic" functions are not reported.
1464 // <rdar://problem/5905851> do not report a leak when post-dominated by a call
Dobjcmt-arc-cf-annotations.m.result1504 // Test that leaks post-dominated by "panic" functions are not reported.
1506 // <rdar://problem/5905851> do not report a leak when post-dominated by a call
/external/llvm/test/Transforms/SimplifyCFG/X86/
Dswitch_to_lookup_table.ll1204 ; point is not dominated by the switch.
/external/llvm/docs/
DPasses.rst801 have predecessors from inside of the loop (and are thus dominated by the loop
DLangRef.rst1196 computing edge weights, basic blocks post-dominated by a cold
/external/clang/test/Analysis/
Dretain-release.m1457 // Test that leaks post-dominated by "panic" functions are not reported.
1459 // <rdar://problem/5905851> do not report a leak when post-dominated by a call