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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1032 // isSafeToHoistInvoke - If we would need to insert a select that uses the
1036 static bool isSafeToHoistInvoke(BasicBlock *BB1, BasicBlock *BB2, function
1078 (isa<InvokeInst>(I1) && !isSafeToHoistInvoke(BB1, BB2, I1, I2)))
1116 if (isa<InvokeInst>(I1) && !isSafeToHoistInvoke(BB1, BB2, I1, I2))

Completed in 97 milliseconds