Searched refs:TransInst (Results 1 – 1 of 1) sorted by relevance
2653 Value *NewGVN::findLeaderForInst(Instruction *TransInst, in findLeaderForInst() argument2659 AllTempInstructions.insert(TransInst); in findLeaderForInst()2663 TempToBlock.insert({TransInst, PredBB}); in findLeaderForInst()2664 InstrDFS.insert({TransInst, IDFSNum}); in findLeaderForInst()2666 auto Res = performSymbolicEvaluation(TransInst, Visited); in findLeaderForInst()2669 InstrDFS.erase(TransInst); in findLeaderForInst()2670 AllTempInstructions.erase(TransInst); in findLeaderForInst()2671 TempToBlock.erase(TransInst); in findLeaderForInst()2673 TempToMemory.erase(TransInst); in findLeaderForInst()2679 LLVM_DEBUG(dbgs() << "Cannot find phi of ops operand for " << *TransInst in findLeaderForInst()