HomeSort by relevance Sort by last modified time
    Searched full:dominator (Results 76 - 100 of 199) sorted by null

1 2 34 5 6 7 8

  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
MachineBasicBlock.cpp 896 // Update dominator information.
915 // then the new block is the new immediate dominator of "Succ". Otherwise,
    [all...]
PeepholeOptimizer.cpp 95 MachineDominatorTree *DT; // Machine dominator tree
  /external/chromium_org/v8/src/
hydrogen-instructions.h 889 HValue* dominator) {
    [all...]
hydrogen.cc 296 HBasicBlock* current = other->dominator();
299 current = current->dominator();
375 } else if (other->dominator() != NULL) {
381 first = first->dominator();
383 second = second->dominator();
428 // dominator information about the current loop that's being processed,
624 // Check that entry block dominator is NULL.
625 ASSERT(entry_block_->dominator() == NULL);
630 if (block->dominator() == NULL) {
631 // Only start block may have no dominator assigned to
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshot.js 636 // Actually it is array that maps node ordinal number to dominator node ordinal number.
637 this._progress.updateStatus("Building dominator tree\u2026");
    [all...]
HeapSnapshotDataGrids.js 901 console.error("Cannot find dominator node");
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 262 /* How deep from a given basic block the dominator tree should be searched
267 "Maximum depth of search in the dominator tree for expressions to hoist",
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.def 262 /* How deep from a given basic block the dominator tree should be searched
267 "Maximum depth of search in the dominator tree for expressions to hoist",
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 262 /* How deep from a given basic block the dominator tree should be searched
267 "Maximum depth of search in the dominator tree for expressions to hoist",
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.def 262 /* How deep from a given basic block the dominator tree should be searched
267 "Maximum depth of search in the dominator tree for expressions to hoist",
    [all...]
  /art/compiler/dex/
mir_graph.h 271 BasicBlock* i_dom; // Immediate dominator.
  /art/compiler/sea_ir/ir/
sea.cc 124 // For easily ordering of regions we need edges dominator->dominated.
  /dalvik/vm/compiler/
Loop.cpp 606 * Current block is not the immediate dominator of either fallthrough
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 891 // NOTE: currently does not rebuild the dominator tree
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 521 // Postorder traversal of the dominator tree.
RegionInfo.h 244 /// @param DT The dominator tree of the current function.
ScalarEvolution.h 235 /// DT - The dominator tree.
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 366 /// the dominator tree to determine whether one instruction is before another.
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 891 // NOTE: currently does not rebuild the dominator tree
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 88 """Return nodes appropriate for use with dominator"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 88 """Return nodes appropriate for use with dominator"""
  /external/libpcap/
optimize.c 255 * Find dominator relationships.
1385 * For each edge dominator that matches the successor of this
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 566 // to a post-dominator block, and the variable is uninitialized on that

Completed in 2250 milliseconds

1 2 34 5 6 7 8