Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
43 for (auto& bb : newBlocks) { in InlineExhaustive()
46 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/deqp-deps/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()
43 for (auto& bb : newBlocks) { in InlineExhaustive()
46 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/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()
43 for (auto& bb : newBlocks) { in InlineExhaustive()
46 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/llvm-project/mlir/lib/Transforms/Utils/
DInliningUtils.cpp186 auto newBlocks = llvm::make_range(std::next(insertBlock->getIterator()), in inlineRegion() local
188 Block *firstNewBlock = &*newBlocks.begin(); in inlineRegion()
193 remapInlinedLocations(newBlocks, *inlineLoc); in inlineRegion()
198 remapInlinedOperands(newBlocks, mapper); in inlineRegion()
201 interface.processInlinedBlocks(newBlocks); in inlineRegion()
204 if (std::next(newBlocks.begin()) == newBlocks.end()) { in inlineRegion()
224 for (auto &newBlock : newBlocks) in inlineRegion()
/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-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1329 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local
1336 newBlocks.push_back(Block); in moveCodeToFunction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1385 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local
1392 newBlocks.push_back(Block); in moveCodeToFunction()