Searched refs:dominated (Results 1 – 25 of 25) sorted by relevance
/external/v8/src/ |
D | hydrogen-gvn.cc | 648 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()
|
D | hydrogen-gvn.h | 123 HBasicBlock* dominated);
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | PhiBlockMerge2.ll | 3 ; dominated by the block-to-be-eliminated
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | 2003-10-05-DeadPHIInsertion.ll | 2 ; node in L3, even though there is no load of %A in anything dominated by L3.
|
/external/llvm/test/Transforms/LCSSA/ |
D | unused-phis.ll | 10 ; only inserted by LCSSA when there is a use dominated by a given exit
|
/external/llvm/test/Transforms/CodeExtractor/ |
D | 2004-03-14-DominanceProblem.ll | 3 ; are dominated by all of the live-outs.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | lsr-postinc-pos.ll | 4 ; scevgep needs to be inserted in %bb so that it is dominated by %t.
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | undef-inst-bug.ll | 7 ; We would use the index from the original loop resulting in a use not dominated
|
/external/llvm/test/CodeGen/X86/ |
D | tls-local-dynamic.ll | 49 ; This accesses TLS, but is dominated by the previous block,
|
D | block-placement.ll | 1058 ; Test that edges to blocks post-dominated by cold calls are
|
/external/valgrind/perf/ |
D | README | 37 SPEC2000 benchmark. Not dominated by any code, the hottest
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | lftr-other-uses.ll | 4 ; other uses which aren't dominated by the new comparison instruction.
|
/external/llvm/test/Transforms/ObjCARC/ |
D | contract.ll | 74 ; Trivial retain,autorelease pair with intervening call, but it's post-dominated
|
D | basic.ll | 1009 ; 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/ |
D | 2012-03-15-nopreheader.ll | 127 ; Test a phi operand IV User dominated by a no-preheader loop.
|
/external/llvm/test/Analysis/BranchProbabilityInfo/ |
D | basic.ll | 145 ; Test that edges to blocks post-dominated by cold call sites
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | crash.ll | 266 ; not dominated by the GEP.
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | relocation.ll | 250 ; relocated dominated by the inserted relocation is not always sufficient.
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | irreducible.ll | 40 ; LoopInfo defines a loop as a non-trivial SCC dominated by a single block,
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1462 // 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
|
D | objcmt-arc-cf-annotations.m.result | 1504 // 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/ |
D | switch_to_lookup_table.ll | 1204 ; point is not dominated by the switch.
|
/external/llvm/docs/ |
D | Passes.rst | 801 have predecessors from inside of the loop (and are thus dominated by the loop
|
D | LangRef.rst | 1196 computing edge weights, basic blocks post-dominated by a cold
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1457 // 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
|