Home
last modified time | relevance | path

Searched defs:HasBlock (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcontrol_dependence.h159 bool HasBlock(uint32_t id) const { return forward_nodes_.count(id) > 0; } in HasBlock() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dcontrol_dependence.h159 bool HasBlock(uint32_t id) const { return forward_nodes_.count(id) > 0; } in HasBlock() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dcontrol_dependence.h159 bool HasBlock(uint32_t id) const { return forward_nodes_.count(id) > 0; } in HasBlock() function
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_textlayout.h62 bool HasBlock() const { return m_bHasBlock; } in HasBlock() function
/aosp_15_r20/art/compiler/optimizing/
H A Doptimizing_unit_test.h173 bool HasBlock(const HBasicBlock* blk) const { in HasBlock() function