Lines Matching refs:getCondition
894 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, in checkScopeHoistable()
915 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable()
947 assert(checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable()
955 assert(checkHoistValue(SI->getCondition(), InsertPoint, DT, in checkScopeHoistable()
1024 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1027 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1383 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT, in setCHRRegions()
1395 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT, in setCHRRegions()
1481 hoistValue(BI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
1489 hoistValue(SI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
1505 if (isa<SelectInst>(U) && cast<SelectInst>(U)->getCondition() == ICmp) in negateICmpIfUsedByBranchOrSelectOnly()
1639 Value *V = BI->getCondition(); in assertBranchOrSelectConditionHoisted()
1653 Value *V = SI->getCondition(); in assertBranchOrSelectConditionHoisted()
1907 Value *Cond = BI->getCondition(); in fixupBranch()
1936 Value *Cond = SI->getCondition(); in fixupSelect()