Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h224 bool isSafeToRemove(MachineInstr *MI, InstSet &ToRemove) const;
229 bool isSafeToRemove(MachineInstr *MI, InstSet &ToRemove,
266 bool isSafeToRemove(MachineInstr *MI, InstSet &Visited,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp605 bool ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, in isSafeToRemove() function in ReachingDefAnalysis
609 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove()
613 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove() function in ReachingDefAnalysis
616 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove()
620 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove() function in ReachingDefAnalysis
641 if (!isSafeToRemove(I, Visited, ToRemove, Ignore)) in isSafeToRemove()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h678 bool isSafeToRemove() const LLVM_READONLY;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp749 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp591 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()