Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2623 Value *NewGVN::findLeaderForInst(Instruction *TransInst, in findLeaderForInst() argument
2629 AllTempInstructions.insert(TransInst); in findLeaderForInst()
2633 TempToBlock.insert({TransInst, PredBB}); in findLeaderForInst()
2634 InstrDFS.insert({TransInst, IDFSNum}); in findLeaderForInst()
2636 auto Res = performSymbolicEvaluation(TransInst, Visited); in findLeaderForInst()
2639 InstrDFS.erase(TransInst); in findLeaderForInst()
2640 AllTempInstructions.erase(TransInst); in findLeaderForInst()
2641 TempToBlock.erase(TransInst); in findLeaderForInst()
2643 TempToMemory.erase(TransInst); in findLeaderForInst()
2649 LLVM_DEBUG(dbgs() << "Cannot find phi of ops operand for " << *TransInst in findLeaderForInst()