Lines Matching refs:getCondition
918 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, in checkScopeHoistable()
939 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable()
971 assert(checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable()
979 assert(checkHoistValue(SI->getCondition(), InsertPoint, DT, in checkScopeHoistable()
1048 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1051 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1412 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT, in setCHRRegions()
1424 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT, in setCHRRegions()
1510 hoistValue(BI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
1518 hoistValue(SI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
1534 if (isa<SelectInst>(U) && cast<SelectInst>(U)->getCondition() == ICmp) in negateICmpIfUsedByBranchOrSelectOnly()
1668 Value *V = BI->getCondition(); in assertBranchOrSelectConditionHoisted()
1682 Value *V = SI->getCondition(); in assertBranchOrSelectConditionHoisted()
1910 Value *Cond = BI->getCondition(); in fixupBranch()
1940 Value *Cond = SI->getCondition(); in fixupSelect()