Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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,
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.h640 bool isSafeToRemove() const;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp379 if (I->isSafeToRemove()) { in tryToReplaceWithConstant()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp699 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp586 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()