Searched refs:isSafeToRemove (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 224 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 D | ReachingDefAnalysis.cpp | 605 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 D | Instruction.h | 678 bool isSafeToRemove() const LLVM_READONLY;
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instruction.cpp | 749 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 591 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()
|