Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2146 static BasicBlock *splitBlockIfNotFirst(Instruction *I, const Twine &Name) { in splitBlockIfNotFirst() function
2160 splitBlockIfNotFirst(I, Name); in splitAround()
2161 splitBlockIfNotFirst(I->getNextNode(), "After" + Name); in splitAround()