Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp600 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 DSCCP.cpp131 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 DInstruction.h656 bool isSafeToRemove() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp687 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp580 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()