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

References

lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  104   for (const BasicBlock *BB : L->getBlocks()) {
  108     if (llvm::any_of(L->getSubLoops(), [BB](const Loop* SubLoop) {
  122           if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) ||
  122           if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) ||
  123               (L->contains(Succ1) && L->isLoopExiting(Succ1)))
  123               (L->contains(Succ1) && L->isLoopExiting(Succ1)))
  125           if (dependsOnLocalPhi(L, Br->getCondition())) {
  129                               << *L << " due to " << *Br << '\n');
  170         if (LocalGEPsSeen > 1 || L->getLoopDepth() > 2 ||
  180         if (!Inst || L->isLoopInvariant(Op))
  183         if (llvm::any_of(L->getSubLoops(), [Inst](const Loop* SubLoop) {
  208                         << *L << " due to " << *GEP << '\n');