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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp978 // isSafeToHoistInvoke - If we would need to insert a select that uses the
982 static bool isSafeToHoistInvoke(BasicBlock *BB1, BasicBlock *BB2, function
1024 (isa<InvokeInst>(I1) && !isSafeToHoistInvoke(BB1, BB2, I1, I2)))
1063 if (isa<InvokeInst>(I1) && !isSafeToHoistInvoke(BB1, BB2, I1, I2))

Completed in 57 milliseconds