Searched refs:TransInst (Results 1 – 1 of 1) sorted by relevance
2655 Value *NewGVN::findLeaderForInst(Instruction *TransInst, in findLeaderForInst() argument2661 AllTempInstructions.insert(TransInst); in findLeaderForInst()2665 TempToBlock.insert({TransInst, PredBB}); in findLeaderForInst()2666 InstrDFS.insert({TransInst, IDFSNum}); in findLeaderForInst()2668 auto Res = performSymbolicEvaluation(TransInst, Visited); in findLeaderForInst()2671 InstrDFS.erase(TransInst); in findLeaderForInst()2672 AllTempInstructions.erase(TransInst); in findLeaderForInst()2673 TempToBlock.erase(TransInst); in findLeaderForInst()2675 TempToMemory.erase(TransInst); in findLeaderForInst()2681 LLVM_DEBUG(dbgs() << "Cannot find phi of ops operand for " << *TransInst in findLeaderForInst()