Searched defs:isSafeToMove (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp159 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, function
232 if (!isSafeToMove(Inst, AA, Stores))
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1290 /// isSafeToMove - Return true if it is safe to move this instruction. If
1293 bool MachineInstr::isSafeToMove(const TargetInstrInfo *TII, function in class:MachineInstr

Completed in 383 milliseconds