Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2656 Value *NewGVN::findLeaderForInst(Instruction *TransInst, in findLeaderForInst() argument
2662 AllTempInstructions.insert(TransInst); in findLeaderForInst()
2666 TempToBlock.insert({TransInst, PredBB}); in findLeaderForInst()
2667 InstrDFS.insert({TransInst, IDFSNum}); in findLeaderForInst()
2669 auto Res = performSymbolicEvaluation(TransInst, Visited); in findLeaderForInst()
2672 InstrDFS.erase(TransInst); in findLeaderForInst()
2673 AllTempInstructions.erase(TransInst); in findLeaderForInst()
2674 TempToBlock.erase(TransInst); in findLeaderForInst()
2676 TempToMemory.erase(TransInst); in findLeaderForInst()
2682 LLVM_DEBUG(dbgs() << "Cannot find phi of ops operand for " << *TransInst in findLeaderForInst()