Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1041 Value *BB2V = PN->getIncomingValueForBlock(BB2); in isSafeToHoistInvoke() local
1042 if (BB1V != BB2V && (BB1V==I1 || BB2V==I2)) { in isSafeToHoistInvoke()
1137 Value *BB2V = PN->getIncomingValueForBlock(BB2); in HoistThenElseCodeToIf() local
1138 if (BB1V == BB2V) in HoistThenElseCodeToIf()
1144 passingValueIsAlwaysUndefined(BB2V, PN)) in HoistThenElseCodeToIf()
1149 if (isa<ConstantExpr>(BB2V) && !isSafeToSpeculativelyExecute(BB2V)) in HoistThenElseCodeToIf()
1174 Value *BB2V = PN->getIncomingValueForBlock(BB2); 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 …]