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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp994 static BasicBlock *splitBlockIfNotFirst(Instruction *I, const Twine &Name) { function
1008 splitBlockIfNotFirst(I, Name);
1009 splitBlockIfNotFirst(I->getNextNode(), "After" + Name);

Completed in 132 milliseconds