Lines Matching refs:getCondition
896 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, in checkScopeHoistable()
916 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint, in checkScopeHoistable()
948 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()
1386 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT, in setCHRRegions()
1397 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT, in setCHRRegions()
1468 hoistValue(BI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
1476 hoistValue(SI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
1492 if (isa<SelectInst>(U) && cast<SelectInst>(U)->getCondition() == ICmp) in negateICmpIfUsedByBranchOrSelectOnly()
1633 Value *V = BI->getCondition(); in assertBranchOrSelectConditionHoisted()
1647 Value *V = SI->getCondition(); in assertBranchOrSelectConditionHoisted()
1874 Value *Cond = BI->getCondition(); in fixupBranch()
1904 Value *Cond = SI->getCondition(); in fixupSelect()