Searched refs:isSafeToExecuteUnconditionally (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 81 static bool isSafeToExecuteUnconditionally(Instruction &Inst, DominatorTree *DT, 386 isSafeToExecuteUnconditionally(I, DT, CurLoop, SafetyInfo)) in hoistRegion() 485 return isSafeToExecuteUnconditionally(I, DT, CurLoop, SafetyInfo); in canSinkOrHoistInst() 640 static bool isSafeToExecuteUnconditionally(Instruction &Inst, DominatorTree *DT, in isSafeToExecuteUnconditionally() function
|