Lines Matching refs:getCondition
898 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, in checkScopeHoistable()
919 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable()
951 assert(checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable()
959 assert(checkHoistValue(SI->getCondition(), InsertPoint, DT, in checkScopeHoistable()
1028 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1031 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1392 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT, in setCHRRegions()
1404 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT, in setCHRRegions()
1490 hoistValue(BI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
1498 hoistValue(SI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
1514 if (isa<SelectInst>(U) && cast<SelectInst>(U)->getCondition() == ICmp) in negateICmpIfUsedByBranchOrSelectOnly()
1648 Value *V = BI->getCondition(); in assertBranchOrSelectConditionHoisted()
1662 Value *V = SI->getCondition(); in assertBranchOrSelectConditionHoisted()
1915 Value *Cond = BI->getCondition(); in fixupBranch()
1944 Value *Cond = SI->getCondition(); in fixupSelect()