Searched refs:isSafeToRemove (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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,
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 640 bool isSafeToRemove() const;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 379 if (I->isSafeToRemove()) { in tryToReplaceWithConstant()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instruction.cpp | 699 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 586 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()
|