reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
267 if (Inst.use_empty()) 269 if (Inst.hasOneUse() && 270 cast<Instruction>(Inst.user_back())->getParent() == &BB && 271 !isa<PHINode>(Inst.user_back())) 276 if (auto *AI = dyn_cast<AllocaInst>(&Inst)) 282 for (User *U : Inst.users()) { 300 if (PN->getIncomingValue(i) == &Inst) 311 LLVM_DEBUG(dbgs() << "SJLJ Spill: " << Inst << " around " 323 DemoteRegToStack(Inst, true);