Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSink.cpp35 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp551 bool ReachingDefAnalysis::isSafeToMove(MachineInstr *From, in isSafeToMove() function in ReachingDefAnalysis
H A DMachineInstr.cpp1232 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const { in isSafeToMove() function in MachineInstr
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp313 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use, in isSafeToMove() function