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

References

lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  546   if (!L->empty())
  549   LLVM_DEBUG(dbgs() << "PIP: Examining: " << *L << "\n");
  551   BasicBlock *LoopPredecessor = L->getLoopPredecessor();
  557     LoopPredecessor = InsertPreheaderForLoop(L, DT, LI, nullptr, PreserveLCSSA);
  581       const SCEV *LSCEV = SE->getSCEVAtScope(const_cast<Value *>(PtrValue), L);
  583       if (!LARSCEV || LARSCEV->getLoop() != L)
  598       collectCandidates(L, isUpdateFormCandidate, MaxVars);
  602     MadeChange |= updateFormPrep(L, UpdateFormBuckets);