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);
  616     Loop *BBLoop = getRegionNodeLoop(RN, LI);
  652   Loop *ExitBBLoop = getFirstNonBoxedLoopFor(ExitBB, LI, scop->getBoxedLoops());
  678   Loop *BBLoop = getFirstNonBoxedLoopFor(BB, LI, scop->getBoxedLoops());
  715         getFirstNonBoxedLoopFor(PredBB, LI, scop->getBoxedLoops());
  768     int LatchLoopDepth = scop->getRelativeLoopDepth(LI.getLoopFor(LatchBB));
  829   auto *L = IsOnlyNonAffineRegion ? nullptr : LI.getLoopFor(EntryBB);
  839     return !containsErrorBlock(R->getNode(), *R, LI, DT);
  892     if (containsErrorBlock(RN, scop->getRegion(), LI, DT))
  908     auto *BBLoop = getRegionNodeLoop(RN, LI);
  959           getFirstNonBoxedLoopFor(SuccBB, LI, scop->getBoxedLoops());
 1008     bool ContainsErrorBlock = containsErrorBlock(RN, scop->getRegion(), LI, DT);
 1033     auto *BBLoop = getRegionNodeLoop(RN, LI);
 1048           getFirstNonBoxedLoopFor(SuccBB, LI, scop->getBoxedLoops());
 1086   auto *Scope = LI.getLoopFor(PHI->getParent());
 1173   Loop *L = getLoopSurroundingScop(*scop, LI);
 1205   Loop *OuterScopLoop = getLoopSurroundingScop(*scop, LI);
 1231     Loop *L = getRegionNodeLoop(RN, LI);
 1535     auto *L = LI.getLoopFor(CI->getParent());
 1605       SE.getSCEVAtScope(Address, LI.getLoopFor(Inst->getParent()));
 1685       SE.getSCEVAtScope(Address, LI.getLoopFor(Inst->getParent()));
 1730   auto *L = LI.getLoopFor(Inst->getParent());
 1822     Loop *L = LI.getLoopFor(Inst->getParent());
 1850       SE.getSCEVAtScope(Address, LI.getLoopFor(Inst->getParent()));
 1963   Loop *SurroundingLoop = LI.getLoopFor(BB);
 2094   Loop *L = LI.getLoopFor(BB);
 2181         getFirstNonBoxedLoopFor(SR.getEntry(), LI, scop->getBoxedLoops());
 2219   if (isErrorBlock(BB, scop->getRegion(), LI, DT))
 2635   Loop *L = LI.getLoopFor(BB);
 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);