Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dinline_exhaustive_pass.cpp31 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()
Dinline_opaque_pass.cpp73 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/
Dinline_exhaustive_pass.cpp31 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()
Dinline_opaque_pass.cpp73 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/
Dcfx_blockbuffer.cpp51 size_t newBlocks = blockIndex - m_BlockArray.size() + 1; in SetTextChar() local
55 } while (--newBlocks); in SetTextChar()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp664 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local
671 newBlocks.push_back(Block); in moveCodeToFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp628 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/
DCodeExtractor.cpp1054 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local
1061 newBlocks.push_back(Block); in moveCodeToFunction()