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

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

Completed in 102 milliseconds