reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
671 bool PossibleCopy = VD.PInfo != nullptr; 680 LLVM_DEBUG(dbgs() << "Current DFS numbers are (" << VD.DFSIn << "," 681 << VD.DFSOut << ")\n"); 683 bool ShouldPush = (VD.Def || PossibleCopy); 684 bool OutOfScope = !stackIsInScope(RenameStack, VD); 687 popStackUntilDFSScope(RenameStack, VD); 689 RenameStack.push_back(VD); 697 if (VD.Def || PossibleCopy) 712 << *VD.U->get() << " in " << *(VD.U->getUser()) 712 << *VD.U->get() << " in " << *(VD.U->getUser()) 714 assert(DT.dominates(cast<Instruction>(Result.Def), *VD.U) && 716 VD.U->set(Result.Def);