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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp989 Value *BB1V = PN->getIncomingValueForBlock(BB1); local
991 if (BB1V != BB2V && (BB1V==I1 || BB2V==I2)) {
1071 Value *BB1V = PN->getIncomingValueForBlock(BB1); local
1073 if (BB1V == BB2V)
1076 if (isa<ConstantExpr>(BB1V) && !isSafeToSpeculativelyExecute(BB1V))
1102 Value *BB1V = PN->getIncomingValueForBlock(BB1); local
1104 if (BB1V == BB2V) continue;
1108 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2
1158 Value *BB1V = PN->getIncomingValueForBlock(BB1); local
[all...]

Completed in 99 milliseconds