Searched defs:BB2V (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSimplifyCFG.cpp828 Value *BB2V = PN->getIncomingValueForBlock(BB2); local
829 if (BB1V != BB2V && (BB1V==I1 || BB2V==I2)) {
924 Value *BB2V = PN->getIncomingValueForBlock(BB2); local
925 if (BB1V == BB2V) continue;
929 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)];
932 (Builder.CreateSelect(BI->getCondition(), BB1V, BB2V,
933 BB1V->getName()+"."+BB2V->getName()));
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1159 Value *BB2V = PN->getIncomingValueForBlock(BB2); local
1160 if (BB1V != BB2V && (BB1V == I1 || BB2V == I2)) {
1258 Value *BB2V = PN->getIncomingValueForBlock(BB2); local
1259 if (BB1V == BB2V)
1265 passingValueIsAlwaysUndefined(BB2V, PN))
1270 if (isa<ConstantExpr>(BB2V) && !isSafeToSpeculativelyExecute(BB2V))
1295 Value *BB2V = PN->getIncomingValueForBlock(BB2); local
1296 if (BB1V == BB2V)
1351 Value *BB2V = PN->getIncomingValueForBlock(BB2); local
[all...]

Completed in 70 milliseconds