Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp605 bool ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, in isSafeToRemove() function in ReachingDefAnalysis
613 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove() function in ReachingDefAnalysis
620 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove() function in ReachingDefAnalysis
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstruction.cpp749 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction