Searched defs:isSafeToMove (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | Sink.cpp | 30 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | ReachingDefAnalysis.cpp | 555 bool ReachingDefAnalysis::isSafeToMove(MachineInstr *From, isSafeToMove() function in ReachingDefAnalysis |
H A D | MachineInstr.cpp | 1297 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const { isSafeToMove() function in MachineInstr |
/llvm-project/llvm/lib/Target/WebAssembly/ | ||
H A D | WebAssemblyRegStackify.cpp | 313 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use, isSafeToMove() function |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoadStoreVectorizer.cpp | 991 bool Vectorizer::isSafeToMove( isSafeToMove() function in Vectorizer |