Searched refs:ehAwareSplitEdge (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp836 static BasicBlock *ehAwareSplitEdge(BasicBlock *BB, BasicBlock *Succ, function
892 // ehAwareSplitEdge will clone the LandingPad in all the edge blocks.
899 // ehAwareSplitEdge cloned it in the transition blocks.
904 auto *IncomingBB = ehAwareSplitEdge(Pred, &BB, LandingPad, ReplPHI);
921 // Calls to ehAwareSplitEdge function cloned the original lading pad.

Completed in 99 milliseconds