Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1429 Value *BB2V = PN.getIncomingValueForBlock(BB2); in isSafeToHoistInvoke() local
1430 if (BB1V != BB2V && (BB1V == I1 || BB2V == I2)) { in isSafeToHoistInvoke()
1812 Value *BB2V = PN.getIncomingValueForBlock(OtherSuccTI->getParent()); in hoistSuccIdenticalTerminatorToSwitchOrIf() local
1813 if (BB1V == BB2V) in hoistSuccIdenticalTerminatorToSwitchOrIf()
1820 passingValueIsAlwaysUndefined(BB2V, &PN)) in hoistSuccIdenticalTerminatorToSwitchOrIf()
1862 Value *BB2V = PN.getIncomingValueForBlock(BB2); in hoistSuccIdenticalTerminatorToSwitchOrIf() local
1863 if (BB1V == BB2V) in hoistSuccIdenticalTerminatorToSwitchOrIf()
1868 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in hoistSuccIdenticalTerminatorToSwitchOrIf()
1876 BI->getCondition(), BB1V, BB2V, in hoistSuccIdenticalTerminatorToSwitchOrIf()
1877 BB1V->getName() + "." + BB2V->getName(), BI)); in hoistSuccIdenticalTerminatorToSwitchOrIf()