Home
last modified time | relevance | path

Searched refs:BB1V (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1040 Value *BB1V = PN->getIncomingValueForBlock(BB1); in isSafeToHoistInvoke() local
1042 if (BB1V != BB2V && (BB1V==I1 || BB2V==I2)) { in isSafeToHoistInvoke()
1136 Value *BB1V = PN->getIncomingValueForBlock(BB1); in HoistThenElseCodeToIf() local
1138 if (BB1V == BB2V) in HoistThenElseCodeToIf()
1143 if (passingValueIsAlwaysUndefined(BB1V, PN) || in HoistThenElseCodeToIf()
1147 if (isa<ConstantExpr>(BB1V) && !isSafeToSpeculativelyExecute(BB1V)) in HoistThenElseCodeToIf()
1173 Value *BB1V = PN->getIncomingValueForBlock(BB1); in HoistThenElseCodeToIf() local
1175 if (BB1V == BB2V) continue; in HoistThenElseCodeToIf()
1179 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in HoistThenElseCodeToIf()
1182 (Builder.CreateSelect(BI->getCondition(), BB1V, BB2V, in HoistThenElseCodeToIf()
[all …]