Home
last modified time | relevance | path

Searched refs:UInst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2918 if (auto *UInst = dyn_cast<Instruction>(U)) in initializeCongruenceClasses() local
2919 if (InstrToDFSNum(UInst) != 0 && okayForPHIOfOps(UInst)) in initializeCongruenceClasses()
2920 PHINodeUses.insert(UInst); in initializeCongruenceClasses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5825 Instruction *UInst = cast<Instruction>(U.getUser()); in checkUse() local
5827 << *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() local
12041 if (!UInst) { in checkUse()
12047 << *UInst << "\n"); in checkUse()
[all …]