Searched refs:newBlocks (Results 1 – 8 of 8) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | inline_exhaustive_pass.cpp | 31 std::vector<std::unique_ptr<BasicBlock>> newBlocks; in InlineExhaustive() local 33 GenInlineCode(&newBlocks, &newVars, ii, bi); in InlineExhaustive() 36 if (newBlocks.size() > 1) UpdateSucceedingPhis(newBlocks); in InlineExhaustive() 46 for (auto& bb : newBlocks) { in InlineExhaustive() 49 bi = bi.InsertBefore(&newBlocks); in InlineExhaustive()
|
D | inline_opaque_pass.cpp | 73 std::vector<std::unique_ptr<BasicBlock>> newBlocks; in InlineOpaque() local 75 GenInlineCode(&newBlocks, &newVars, ii, bi); in InlineOpaque() 78 if (newBlocks.size() > 1) UpdateSucceedingPhis(newBlocks); in InlineOpaque() 81 bi = bi.InsertBefore(&newBlocks); in InlineOpaque()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inline_exhaustive_pass.cpp | 31 std::vector<std::unique_ptr<BasicBlock>> newBlocks; in InlineExhaustive() local 33 if (!GenInlineCode(&newBlocks, &newVars, ii, bi)) { in InlineExhaustive() 38 if (newBlocks.size() > 1) UpdateSucceedingPhis(newBlocks); in InlineExhaustive() 48 for (auto& bb : newBlocks) { in InlineExhaustive() 51 bi = bi.InsertBefore(&newBlocks); in InlineExhaustive()
|
D | inline_opaque_pass.cpp | 73 std::vector<std::unique_ptr<BasicBlock>> newBlocks; in InlineOpaque() local 75 if (!GenInlineCode(&newBlocks, &newVars, ii, bi)) { in InlineOpaque() 81 if (newBlocks.size() > 1) UpdateSucceedingPhis(newBlocks); in InlineOpaque() 84 bi = bi.InsertBefore(&newBlocks); in InlineOpaque()
|
/external/pdfium/core/fxcrt/ |
D | cfx_blockbuffer.cpp | 51 size_t newBlocks = blockIndex - m_BlockArray.size() + 1; in SetTextChar() local 55 } while (--newBlocks); in SetTextChar()
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 664 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local 671 newBlocks.push_back(Block); in moveCodeToFunction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 628 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local 636 newBlocks.push_back(*i); in moveCodeToFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 1054 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local 1061 newBlocks.push_back(Block); in moveCodeToFunction()
|