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

/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp157 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, function
242 if (!isSafeToMove(Inst, AA, Stores))
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1401 /// isSafeToMove - Return true if it is safe to move this instruction. If
1404 bool MachineInstr::isSafeToMove(AliasAnalysis *AA, bool &SawStore) const { function in class:MachineInstr

Completed in 84 milliseconds