Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1024 auto getFirstPHI = [](BasicBlock *BB) { in NormalizeReturnBlock() local
1050 PHINode *FirstPhi = getFirstPHI(PreReturn); in NormalizeReturnBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp404 auto getFirstPHI = [](BasicBlock *BB) { in findOrCreateBlockForHoisting() local
420 assert(!getFirstPHI(CommonExitBlock) && "Phi not expected"); in findOrCreateBlockForHoisting()