Searched refs:TransInst (Results 1 – 1 of 1) sorted by relevance
2695 Value *NewGVN::findLeaderForInst(Instruction *TransInst, in findLeaderForInst() argument2701 AllTempInstructions.insert(TransInst); in findLeaderForInst()2705 TempToBlock.insert({TransInst, PredBB}); in findLeaderForInst()2706 InstrDFS.insert({TransInst, IDFSNum}); in findLeaderForInst()2708 auto Res = performSymbolicEvaluation(TransInst, Visited); in findLeaderForInst()2711 InstrDFS.erase(TransInst); in findLeaderForInst()2712 AllTempInstructions.erase(TransInst); in findLeaderForInst()2713 TempToBlock.erase(TransInst); in findLeaderForInst()2715 TempToMemory.erase(TransInst); in findLeaderForInst()2721 LLVM_DEBUG(dbgs() << "Cannot find phi of ops operand for " << *TransInst in findLeaderForInst()