Home
last modified time | relevance | path

Searched defs:isSafeToRemove (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp604 bool ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, isSafeToRemove() function in ReachingDefAnalysis
612 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, isSafeToRemove() function in ReachingDefAnalysis
619 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, isSafeToRemove() function in ReachingDefAnalysis
/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1127 bool Instruction::isSafeToRemove() const { isSafeToRemove() function in Instruction