Searched refs:IsHoistable (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 899 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, in checkScopeHoistable() local 901 if (!IsHoistable) { in checkScopeHoistable() 920 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable() local 922 if (!IsHoistable) { in checkScopeHoistable() 1393 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT, in setCHRRegions() local 1395 assert(IsHoistable && "Must be hoistable"); in setCHRRegions() 1396 (void)(IsHoistable); // Unused in release build in setCHRRegions() 1405 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT, in setCHRRegions() local 1407 assert(IsHoistable && "Must be hoistable"); in setCHRRegions() 1408 (void)(IsHoistable); // Unused in release build in setCHRRegions()
|