Searched refs:isSafeToExecuteUnconditionally (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp168 /// isSafeToExecuteUnconditionally - Only sink or hoist an instruction if it
172 bool isSafeToExecuteUnconditionally(Instruction &I);
422 isSafeToExecuteUnconditionally(I))
491 return isSafeToExecuteUnconditionally(I);
636 /// isSafeToExecuteUnconditionally - Only sink or hoist an instruction if it is
640 bool LICM::isSafeToExecuteUnconditionally(Instruction &Inst) { function in class:LICM

Completed in 42 milliseconds