Home
last modified time | relevance | path

Searched refs:IsHoistable (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp890 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, in checkScopeHoistable() local
892 if (!IsHoistable) { in checkScopeHoistable()
911 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable() local
913 if (!IsHoistable) { in checkScopeHoistable()
1384 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT, in setCHRRegions() local
1386 assert(IsHoistable && "Must be hoistable"); in setCHRRegions()
1387 (void)(IsHoistable); // Unused in release build in setCHRRegions()
1396 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT, in setCHRRegions() local
1398 assert(IsHoistable && "Must be hoistable"); in setCHRRegions()
1399 (void)(IsHoistable); // Unused in release build in setCHRRegions()