Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp994 static BasicBlock *splitBlockIfNotFirst(Instruction *I, const Twine &Name) { in splitBlockIfNotFirst() function
1008 splitBlockIfNotFirst(I, Name); in splitAround()
1009 splitBlockIfNotFirst(I->getNextNode(), "After" + Name); in splitAround()