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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp919 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, local
921 if (!IsHoistable) {
940 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint, local
942 if (!IsHoistable) {
1415 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT, local
1417 assert(IsHoistable && "Must be hoistable");
1418 (void)(IsHoistable); // Unused in release build
1427 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT, local
1429 assert(IsHoistable && "Must be hoistable");
1430 (void)(IsHoistable); // Unuse
[all...]

Completed in 103 milliseconds