Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h268 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 DReachingDefAnalysis.cpp693 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 DInstruction.h871 LLVM_ABI bool isSafeToRemove() const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1202 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp574 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9597 S.getMainOp()->isSafeToRemove() && in tryToFindDuplicates()
20989 (!S.getMainOp()->isSafeToRemove() || in vectorizeStoreChain()