Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DHardwareLoops.cpp464 LoopGuard->swapSuccessors(); in InsertIterationSetup()
486 ExitBranch->swapSuccessors(); in InsertLoopDec()
529 ExitBranch->swapSuccessors(); in UpdateBranch()
DStackProtector.cpp576 BI->swapSuccessors(); in InsertStackProtectors()
DCodeGenPrepare.cpp1813 BI->swapSuccessors(); in foldICmpWithDominatingICmp()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp261 BI->swapSuccessors(); in FlattenParallelAndOr()
497 PBI->swapSuccessors(); in MergeIfRegion()
DGuardUtils.cpp43 CheckBI->swapSuccessors(); in makeGuardControlFlowExplicit()
DSimplifyCFG.cpp3608 PBI->swapSuccessors(); in performBranchToCommonDestFolding()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp68 cast<BranchInst>(CurrBBTerm)->swapSuccessors(); in optimizeSQRT()
DLoopRerollPass.cpp1488 BI->swapSuccessors(); in replace()
DSimpleLoopUnswitch.cpp2639 CheckBI->swapSuccessors(); in turnGuardIntoBranch()
DSROA.cpp1571 cast<BranchInst>(Head->getTerminator())->swapSuccessors(); in rewriteMemOpOfSelect()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp962 cast<BranchInst>(U)->swapSuccessors(); // swaps prof metadata too in freelyInvertAllUsersOf()
3187 BI.swapSuccessors(); in visitBranchInst()
3200 BI.swapSuccessors(); in visitBranchInst()
3216 BI.swapSuccessors(); in visitBranchInst()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp1524 BI->swapSuccessors(); in negateICmpIfUsedByBranchOrSelectOnly()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInstructions.h3247 void swapSuccessors();
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstructions.cpp1427 void BranchInst::swapSuccessors() { in swapSuccessors() function in BranchInst