Searched refs:TransInst (Results 1 – 1 of 1) sorted by relevance
2674 Value *NewGVN::findLeaderForInst(Instruction *TransInst, in findLeaderForInst() argument2680 AllTempInstructions.insert(TransInst); in findLeaderForInst()2684 TempToBlock.insert({TransInst, PredBB}); in findLeaderForInst()2685 InstrDFS.insert({TransInst, IDFSNum}); in findLeaderForInst()2687 const Expression *E = performSymbolicEvaluation(TransInst, Visited); in findLeaderForInst()2688 InstrDFS.erase(TransInst); in findLeaderForInst()2689 AllTempInstructions.erase(TransInst); in findLeaderForInst()2690 TempToBlock.erase(TransInst); in findLeaderForInst()2692 TempToMemory.erase(TransInst); in findLeaderForInst()2698 LLVM_DEBUG(dbgs() << "Cannot find phi of ops operand for " << *TransInst in findLeaderForInst()