Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp894 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, in checkScopeHoistable() local
896 if (!IsHoistable) { in checkScopeHoistable()
915 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable() local
917 if (!IsHoistable) { in checkScopeHoistable()
1383 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT, in setCHRRegions() local
1385 assert(IsHoistable && "Must be hoistable"); in setCHRRegions()
1386 (void)(IsHoistable); // Unused in release build in setCHRRegions()
1395 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT, in setCHRRegions() local
1397 assert(IsHoistable && "Must be hoistable"); in setCHRRegions()
1398 (void)(IsHoistable); // Unused in release build in setCHRRegions()