Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1428 Value *BB1V = PN.getIncomingValueForBlock(BB1); in isSafeToHoistInvoke() local
1430 if (BB1V != BB2V && (BB1V == I1 || BB2V == I2)) { in isSafeToHoistInvoke()
1810 Value *BB1V = PN.getIncomingValueForBlock(BB1); in hoistSuccIdenticalTerminatorToSwitchOrIf() local
1813 if (BB1V == BB2V) in hoistSuccIdenticalTerminatorToSwitchOrIf()
1819 if (!BI || passingValueIsAlwaysUndefined(BB1V, &PN) || in hoistSuccIdenticalTerminatorToSwitchOrIf()
1861 Value *BB1V = PN.getIncomingValueForBlock(BB1); 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()