Lines Matching defs:IsHoistable
897 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint,
899 if (!IsHoistable) {
918 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint,
920 if (!IsHoistable) {
1391 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT,
1393 assert(IsHoistable && "Must be hoistable");
1394 (void)(IsHoistable); // Unused in release build
1403 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT,
1405 assert(IsHoistable && "Must be hoistable");
1406 (void)(IsHoistable); // Unused in release build