Lines Matching refs:getCondition
890 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, in checkScopeHoistable()
911 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable()
943 assert(checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable()
951 assert(checkHoistValue(SI->getCondition(), InsertPoint, DT, in checkScopeHoistable()
1020 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1023 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1384 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT, in setCHRRegions()
1396 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT, in setCHRRegions()
1482 hoistValue(BI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
1490 hoistValue(SI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
1506 if (isa<SelectInst>(U) && cast<SelectInst>(U)->getCondition() == ICmp) in negateICmpIfUsedByBranchOrSelectOnly()
1640 Value *V = BI->getCondition(); in assertBranchOrSelectConditionHoisted()
1654 Value *V = SI->getCondition(); in assertBranchOrSelectConditionHoisted()
1882 Value *Cond = BI->getCondition(); in fixupBranch()
1912 Value *Cond = SI->getCondition(); in fixupSelect()