Searched refs:isSafeToRemove (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ReachingDefAnalysis.cpp | 600 bool ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, in isSafeToRemove() function in ReachingDefAnalysis 604 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove() 608 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove() function in ReachingDefAnalysis 611 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove() 615 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove() function in ReachingDefAnalysis 636 if (!isSafeToRemove(I, Visited, ToRemove, Ignore)) in isSafeToRemove()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SCCP.cpp | 131 if (CB && ((CB->isMustTailCall() && !CB->isSafeToRemove()) || in tryToReplaceWithConstant() 160 if (Inst.isSafeToRemove()) in simplifyInstsInBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 656 bool isSafeToRemove() const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 687 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 580 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()
|