Searched refs:IsHoistable (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 913 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, in checkScopeHoistable() local 915 if (!IsHoistable) { in checkScopeHoistable() 934 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable() local 936 if (!IsHoistable) { in checkScopeHoistable() 1407 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT, in setCHRRegions() local 1409 assert(IsHoistable && "Must be hoistable"); in setCHRRegions() 1410 (void)(IsHoistable); // Unused in release build in setCHRRegions() 1419 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT, in setCHRRegions() local 1421 assert(IsHoistable && "Must be hoistable"); in setCHRRegions() 1422 (void)(IsHoistable); // Unused in release build in setCHRRegions()
|