HomeSort by: relevance | last modified time | path
    Searched refs:swapSuccessors (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
GuardUtils.cpp 43 CheckBI->swapSuccessors();
FlattenCFG.cpp 263 BI->swapSuccessors();
494 PBI->swapSuccessors();
SimplifyCFG.cpp 3090 PBI->swapSuccessors();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 67 cast<BranchInst>(CurrBBTerm)->swapSuccessors();
LoopRerollPass.cpp 1497 BI->swapSuccessors();
SimpleLoopUnswitch.cpp 2477 CheckBI->swapSuccessors();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp 456 LoopGuard->swapSuccessors();
478 ExitBranch->swapSuccessors();
521 ExitBranch->swapSuccessors();
CodeGenPrepare.cpp 1705 BI->swapSuccessors();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 885 cast<BranchInst>(U)->swapSuccessors(); // swaps prof metadata too
2913 BI.swapSuccessors();
2932 BI.swapSuccessors();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp 1538 BI->swapSuccessors();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 3129 void swapSuccessors();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 1284 void BranchInst::swapSuccessors() {

Completed in 233 milliseconds