HomeSort by relevance Sort by last modified time
    Searched defs:SplitLandingPadPredecessors (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicBlockUtils.cpp 498 /// SplitLandingPadPredecessors - This method transforms the landing pad,
511 void llvm::SplitLandingPadPredecessors(BasicBlock *OrigBB,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 425 // Delegate this work to the SplitLandingPadPredecessors.
430 SplitLandingPadPredecessors(BB, Preds, Suffix, NewName.c_str(), NewBBs, DT,
474 void llvm::SplitLandingPadPredecessors(BasicBlock *OrigBB,

Completed in 87 milliseconds