Searched refs:isSafeToRemove (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 268 bool isSafeToRemove(MachineInstr *MI, InstSet &ToRemove) const; 273 bool isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, 309 bool isSafeToRemove(MachineInstr *MI, InstSet &Visited,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ReachingDefAnalysis.cpp | 693 bool ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, in isSafeToRemove() function in ReachingDefAnalysis 697 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove() 701 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove() function in ReachingDefAnalysis 704 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove() 708 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove() function in ReachingDefAnalysis 729 if (!isSafeToRemove(I, Visited, ToRemove, Ignore)) in isSafeToRemove()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 871 LLVM_ABI bool isSafeToRemove() const LLVM_READONLY;
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 1202 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 574 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 9597 S.getMainOp()->isSafeToRemove() && in tryToFindDuplicates() 20989 (!S.getMainOp()->isSafeToRemove() || in vectorizeStoreChain()
|