reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/Analysis/ScopBuilder.cpp
  445         getUniqueNonErrorValue(PHI, &scop->getRegion(), LI, DT));
  494     LeftOperand = tryForwardThroughPHI(LeftOperand, R, SE, LI, DT);
  495     RightOperand = tryForwardThroughPHI(RightOperand, R, SE, LI, DT);
  690     if (DT.dominates(BB, PredBB))
  839     return !containsErrorBlock(R->getNode(), *R, LI, DT);
  892     if (containsErrorBlock(RN, scop->getRegion(), LI, DT))
  955       if (DT.dominates(SuccBB, BB))
 1008     bool ContainsErrorBlock = containsErrorBlock(RN, scop->getRegion(), LI, DT);
 1044       if (DT.dominates(SuccBB, BB))
 1532     if (!InScop && !scop->isDominatedBy(DT, CI->getParent()))
 2219   if (isErrorBlock(BB, scop->getRegion(), LI, DT))
 2279     if (Inst && DT.dominates(Inst->getParent(), Stmt->getRegion()->getExit()))
 3600   scop.reset(new Scop(R, SE, LI, DT, *SD.getDetectionContext(&R), ORE));
 3609     if (isErrorBlock(*BB, scop->getRegion(), LI, DT))
 3746   verifyUses(scop.get(), LI, DT);