HomeSort by relevance Sort by last modified time
    Searched full:dominatedby (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
GenericDomTree.h 149 bool DominatedBy(const DomTreeNodeBase<NodeT> *other) const {
458 (dominatedBySlowTreeWalk(A, B) == B->DominatedBy(A))) &&
463 return B->DominatedBy(A);
470 return B->DominatedBy(A);
516 if (NodeB->DominatedBy(IDomA))
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 349 BasicBlock::dominatedBy(BasicBlock *that)
nv50_ir.h 866 bool dominatedBy(BasicBlock *bb);
nv50_ir_ra.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 175 return later->bb->dominatedBy(early->bb);
    [all...]

Completed in 119 milliseconds