Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1062 Value *BB1V = PN->getIncomingValueForBlock(BB1); in isSafeToHoistInvoke() local
1064 if (BB1V != BB2V && (BB1V==I1 || BB2V==I2)) { in isSafeToHoistInvoke()
1157 Value *BB1V = PN->getIncomingValueForBlock(BB1); in HoistThenElseCodeToIf() local
1159 if (BB1V == BB2V) in HoistThenElseCodeToIf()
1164 if (passingValueIsAlwaysUndefined(BB1V, PN) || in HoistThenElseCodeToIf()
1168 if (isa<ConstantExpr>(BB1V) && !isSafeToSpeculativelyExecute(BB1V)) in HoistThenElseCodeToIf()
1194 Value *BB1V = PN->getIncomingValueForBlock(BB1); in HoistThenElseCodeToIf() local
1196 if (BB1V == BB2V) continue; in HoistThenElseCodeToIf()
1200 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in HoistThenElseCodeToIf()
1203 (Builder.CreateSelect(BI->getCondition(), BB1V, BB2V, in HoistThenElseCodeToIf()
[all …]