Home
last modified time | relevance | path

Searched refs:newVars (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dinline_exhaustive_pass.cpp32 std::vector<std::unique_ptr<Instruction>> newVars; in InlineExhaustive() local
33 GenInlineCode(&newBlocks, &newVars, ii, bi); in InlineExhaustive()
51 if (newVars.size() > 0) in InlineExhaustive()
52 func->begin()->begin().InsertBefore(std::move(newVars)); in InlineExhaustive()
Dinline_opaque_pass.cpp74 std::vector<std::unique_ptr<Instruction>> newVars; in InlineOpaque() local
75 GenInlineCode(&newBlocks, &newVars, ii, bi); in InlineOpaque()
83 if (newVars.size() > 0) in InlineOpaque()
84 func->begin()->begin().InsertBefore(std::move(newVars)); in InlineOpaque()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_exhaustive_pass.cpp32 std::vector<std::unique_ptr<Instruction>> newVars; in InlineExhaustive() local
33 if (!GenInlineCode(&newBlocks, &newVars, ii, bi)) { in InlineExhaustive()
53 if (newVars.size() > 0) in InlineExhaustive()
54 func->begin()->begin().InsertBefore(std::move(newVars)); in InlineExhaustive()
Dinline_opaque_pass.cpp74 std::vector<std::unique_ptr<Instruction>> newVars; in InlineOpaque() local
75 if (!GenInlineCode(&newBlocks, &newVars, ii, bi)) { in InlineOpaque()
86 if (newVars.size() > 0) in InlineOpaque()
87 func->begin()->begin().InsertBefore(std::move(newVars)); in InlineOpaque()
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...