Home
last modified time | relevance | path

Searched defs:isSafeToMove (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Transforms/Scalar/
H A DSink.cpp30 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function
/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp555 bool ReachingDefAnalysis::isSafeToMove(MachineInstr *From, isSafeToMove() function in ReachingDefAnalysis
H A DMachineInstr.cpp1297 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const { isSafeToMove() function in MachineInstr
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp313 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use, isSafeToMove() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp991 bool Vectorizer::isSafeToMove( isSafeToMove() function in Vectorizer