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

1 23 4 5 6 7 8

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 141 DEFTIMEVAR (TV_TREE_SSA_DOMINATOR_OPTS , "dominator optimization")
  /external/llvm/lib/CodeGen/
MachineSink.cpp 49 MachineDominatorTree *DT; // Machine dominator tree
416 // FIXME - Use real post dominator.
464 // If SuccToSinkTo is final destination and it is a post dominator of current
MachineLICM.cpp 75 MachineDominatorTree *DT; // Machine dominator tree for the cur loop
228 /// dominator tree node if its a leaf or all of its children are done. Walk
229 /// up the dominator tree to destroy ancestors which are now done.
663 /// dominator tree node if its a leaf or all of its children are done. Walk
664 /// up the dominator tree to destroy ancestors which are now done.
700 assert(Node != 0 && "Null dominator tree node?");
    [all...]
EarlyIfConversion.cpp 628 /// Update the dominator tree after if-conversion erased some blocks.
791 // Visit blocks in dominator tree post-order. The post-order enables nested
794 // update the dominator tree while the post-order iterator is still active.
MachineCSE.cpp 598 /// dominator tree node if its a leaf or all of its children are done. Walk
599 /// up the dominator tree to destroy ancestors which are now done.
SplitKit.h 238 /// common dominator, so only one COPY is required per value in the
327 /// getShallowDominator - Returns the least busy dominator of MBB that is
LiveDebugVariables.cpp 217 /// dominator tree. Stop when meeting an existing def or when leaving the live
226 /// @param MDT Dominator tree.
542 // If we extended to the MBB end, propagate down the dominator tree.
    [all...]
StackProtector.cpp 316 BasicBlock *FailBBDom = 0; // FailBB's dominator.
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 10 // This pass performs a simple dominator tree walk that eliminates trivially
267 /// EarlyCSE - This pass does a simple depth-first walk over the dominator
388 // This transformation requires dominator postdominator info
LICM.cpp 104 DominatorTree *DT; // Dominator Tree for the current Loop.
263 // Traverse the body of the loop in depth first order on the dominator tree so
305 assert(N != 0 && "Null dominator tree node?");
352 assert(N != 0 && "Null dominator tree node?");
    [all...]
LoopDeletion.cpp 203 // Update the dominator tree and remove the instructions and blocks that will
LoopRotation.cpp 479 // Brute force incremental dominator tree update. Call
504 // If the dominator changed, this may have an effect on other
  /external/v8/src/
hydrogen.cc 217 HBasicBlock* current = other->dominator();
220 current = current->dominator();
296 } else if (other->dominator() != NULL) {
302 first = first->dominator();
304 second = second->dominator();
349 // dominator information about the current loop that's being processed,
540 // Check that entry block dominator is NULL.
541 ASSERT(entry_block_->dominator() == NULL);
546 if (block->dominator() == NULL) {
547 // Only start block may have no dominator assigned to
1344 HBasicBlock* dominator = back_edge; local
    [all...]
profile-generator.h 559 HeapEntry* dominator() { return dominator_; } function in class:v8::internal::BASE_EMBEDDED
608 int ordered_index_; // Used during dominator tree building.
    [all...]
  /external/llvm/include/llvm/Transforms/
Scalar.h 222 // This pass obviously invalidates the CFG, but can update forward dominator
231 // the module. This pass updates dominator information, loop information, and
285 // EarlyCSE - This pass performs a simple and fast CSE pass over the dominator
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 66 /// as well as the CFG. It also requires dominator information.
BasicBlockUtils.cpp 168 // Finally, erase the old block and update dominator info.
339 // Update dominator tree if available.
CodeExtractor.cpp 224 // Okay, update dominator sets. The blocks that dominate the new one are the
574 // at a newly inserted exit block, which won't be in the dominator
  /external/llvm/test/Transforms/LICM/
sinking.ll 166 ; some exits out of the loop, and that we can do so without breaking dominator
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 326 // 1. create the dominator tree
  /external/chromium_org/v8/src/
hydrogen-bch.cc 184 current = current->dominator();
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 320 /// dominator tree DT is non-null, the translated value must dominate
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 326 // 1. create the dominator tree
  /external/v8/include/
v8-profiler.h 303 * Returns a dominator node. This is the node that participates in every
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 714 // Visit the dominator subtree rooted at Node in pre-order.
744 // Visit the children of this block in the dominator tree.

Completed in 1649 milliseconds

1 23 4 5 6 7 8