Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2063 static BasicBlock *splitBlockIfNotFirst(Instruction *I, const Twine &Name) { in splitBlockIfNotFirst() function
2077 splitBlockIfNotFirst(I, Name); in splitAround()
2078 splitBlockIfNotFirst(I->getNextNode(), "After" + Name); in splitAround()