Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2677 Value *NewGVN::findLeaderForInst(Instruction *TransInst, in findLeaderForInst() argument
2683 AllTempInstructions.insert(TransInst); in findLeaderForInst()
2687 TempToBlock.insert({TransInst, PredBB}); in findLeaderForInst()
2688 InstrDFS.insert({TransInst, IDFSNum}); in findLeaderForInst()
2690 const Expression *E = performSymbolicEvaluation(TransInst, Visited); in findLeaderForInst()
2691 InstrDFS.erase(TransInst); in findLeaderForInst()
2692 AllTempInstructions.erase(TransInst); in findLeaderForInst()
2693 TempToBlock.erase(TransInst); in findLeaderForInst()
2695 TempToMemory.erase(TransInst); in findLeaderForInst()
2701 LLVM_DEBUG(dbgs() << "Cannot find phi of ops operand for " << *TransInst in findLeaderForInst()