Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1952 static BasicBlock *splitBlockIfNotFirst(Instruction *I, const Twine &Name) { in splitBlockIfNotFirst() function
1966 splitBlockIfNotFirst(I, Name); in splitAround()
1967 splitBlockIfNotFirst(I->getNextNode(), "After" + Name); in splitAround()