Searched refs:UInst (Results 1 – 2 of 2) sorted by relevance
2918 if (auto *UInst = dyn_cast<Instruction>(U)) in initializeCongruenceClasses() local2919 if (InstrToDFSNum(UInst) != 0 && okayForPHIOfOps(UInst)) in initializeCongruenceClasses()2920 PHINodeUses.insert(UInst); in initializeCongruenceClasses()
5825 Instruction *UInst = cast<Instruction>(U.getUser()); in checkUse() local5827 << *UInst << "\n"); in checkUse()5830 if (isa<PtrToIntInst>(UInst)) { in checkUse()5838 if (isa<StoreInst>(UInst)) in checkUse()5843 if (isa<ReturnInst>(UInst)) { in checkUse()5844 if (UInst->getFunction() == getAnchorScope()) in checkUse()5853 auto *CB = dyn_cast<CallBase>(UInst); in checkUse()12040 Instruction *UInst = dyn_cast<Instruction>(U.getUser()); in checkUse() local12041 if (!UInst) { in checkUse()12047 << *UInst << "\n"); in checkUse()[all …]