HomeSort by relevance Sort by last modified time
    Searched refs:postorder_index (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/
cfa.h 179 size_t postorder_index; ///< The index of the block in the post order array member in struct:spvtools::block_detail
187 idoms[postorder.back()].dominator = idoms[postorder.back()].postorder_index;
203 size_t idom_idx = idoms[idom].postorder_index;
213 size_t finger1 = idoms[p].postorder_index;
250 auto lhs_indices = std::make_pair(idoms[lhs.first].postorder_index,
251 idoms[lhs.second].postorder_index);
252 auto rhs_indices = std::make_pair(idoms[rhs.first].postorder_index,
253 idoms[rhs.second].postorder_index);
  /external/swiftshader/third_party/SPIRV-Tools/source/
cfa.h 179 size_t postorder_index; ///< The index of the block in the post order array member in struct:spvtools::block_detail
187 idoms[postorder.back()].dominator = idoms[postorder.back()].postorder_index;
203 size_t idom_idx = idoms[idom].postorder_index;
213 size_t finger1 = idoms[p].postorder_index;
250 auto lhs_indices = std::make_pair(idoms[lhs.first].postorder_index,
251 idoms[lhs.second].postorder_index);
252 auto rhs_indices = std::make_pair(idoms[rhs.first].postorder_index,
253 idoms[rhs.second].postorder_index);

Completed in 74 milliseconds