Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp43 CheckBI->swapSuccessors(); in makeGuardControlFlowExplicit()
H A DFlattenCFG.cpp261 BI->swapSuccessors(); in FlattenParallelAndOr()
H A DBasicBlockUtils.cpp2212 PBI->swapSuccessors(); in InvertBranch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp529 LoopGuard->swapSuccessors(); in InsertIterationSetup()
554 ExitBranch->swapSuccessors(); in InsertLoopDec()
600 ExitBranch->swapSuccessors(); in UpdateBranch()
H A DStackProtector.cpp685 BI->swapSuccessors();
H A DCodeGenPrepare.cpp1898 BI->swapSuccessors(); in foldICmpWithDominatingICmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp68 cast<BranchInst>(CurrBBTerm)->swapSuccessors(); in optimizeSQRT()
H A DSimpleLoopUnswitch.cpp2780 CheckBI->swapSuccessors(); in turnGuardIntoBranch()
H A DSROA.cpp1800 cast<BranchInst>(Head->getTerminator())->swapSuccessors(); in rewriteMemOpOfSelect()
H A DLoopStrengthReduce.cpp7366 BI->swapSuccessors(); in ReduceLoopStrength()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1375 BI->swapSuccessors(); // swaps prof metadata too in freelyInvertAllUsersOf()
3658 BI.swapSuccessors(); in visitBranchInst()
3673 BI.swapSuccessors(); in visitBranchInst()
3691 BI.swapSuccessors(); in visitBranchInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1524 BI->swapSuccessors(); in negateICmpIfUsedByBranchOrSelectOnly()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3018 void swapSuccessors();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1170 void BranchInst::swapSuccessors() { in swapSuccessors() function in BranchInst