reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3105 LLVM_DEBUG(dbgs() << "Processing loop in " << printMBBReference(*C.LB) 3108 for (auto &I : *C.LB) { 3117 if (UseI->getParent() != C.LB) { 3127 Phis.push_back(PhiInfo(I, *C.LB)); 3151 for (auto I = C.LB->rbegin(), E = C.LB->rend(); I != E; ++I) { 3151 for (auto I = C.LB->rbegin(), E = C.LB->rend(); I != E; ++I) { 3170 if (UseI->getParent() == C.LB) { 3175 if (UseI->getOperand(Idx+1).getMBB() != C.LB)