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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 280 BasicBlock *ehAwareSplitEdge(BasicBlock *BB, BasicBlock *Succ,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 509 return ehAwareSplitEdge(BB, Succ, nullptr, nullptr, Options, BBName);
566 BasicBlock *llvm::ehAwareSplitEdge(BasicBlock *BB, BasicBlock *Succ,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 1865 // ehAwareSplitEdge will clone the LandingPad in all the edge blocks.
1872 // ehAwareSplitEdge cloned it in the transition blocks.
1877 auto *IncomingBB = ehAwareSplitEdge(Pred, &BB, LandingPad, ReplPHI);
1886 // Calls to ehAwareSplitEdge function cloned the original lading pad.

Completed in 24 milliseconds