reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Instructions.h
 3083   void swapSuccessors();

References

lib/CodeGen/HardwareLoops.cpp
  386       LoopGuard->swapSuccessors();
  405     ExitBranch->swapSuccessors();
  450     ExitBranch->swapSuccessors();
lib/Transforms/InstCombine/InstructionCombining.cpp
 2564     BI.swapSuccessors();
 2584     BI.swapSuccessors();
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1540       BI->swapSuccessors();
lib/Transforms/Scalar/LoopRerollPass.cpp
 1475       BI->swapSuccessors();
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2397   CheckBI->swapSuccessors();
lib/Transforms/Utils/FlattenCFG.cpp
  263         BI->swapSuccessors();
lib/Transforms/Utils/GuardUtils.cpp
   39   CheckBI->swapSuccessors();
lib/Transforms/Utils/SimplifyCFG.cpp
 2721       PBI->swapSuccessors();