Searched refs:IsHoistable (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 898 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, in checkScopeHoistable() local 900 if (!IsHoistable) { in checkScopeHoistable() 919 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable() local 921 if (!IsHoistable) { in checkScopeHoistable() 1392 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT, in setCHRRegions() local 1394 assert(IsHoistable && "Must be hoistable"); in setCHRRegions() 1395 (void)(IsHoistable); // Unused in release build in setCHRRegions() 1404 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT, in setCHRRegions() local 1406 assert(IsHoistable && "Must be hoistable"); in setCHRRegions() 1407 (void)(IsHoistable); // Unused in release build in setCHRRegions()
|