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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1224 Value *BB2V = PN.getIncomingValueForBlock(BB2); local
1225 if (BB1V != BB2V && (BB1V == I1 || BB2V == I2)) {
1359 Value *BB2V = PN.getIncomingValueForBlock(BB2); local
1360 if (BB1V == BB2V)
1366 passingValueIsAlwaysUndefined(BB2V, &PN))
1371 if (isa<ConstantExpr>(BB2V) && !isSafeToSpeculativelyExecute(BB2V))
1400 Value *BB2V = PN.getIncomingValueForBlock(BB2); local
1401 if (BB1V == BB2V)
[all...]

Completed in 57 milliseconds