Searched refs:blockIdx (Results 1 – 3 of 3) sorted by relevance
31 unsigned blockIdx; // This is the index of the next statement. variable39 blockIdx(idx) {} in WorkListUnit()45 blockIdx(0) {} in WorkListUnit()57 unsigned getIndex() const { return blockIdx; } in getIndex()
107 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx; variable
811 uint32_t blockIdx = 0, edgeIdx = 0; in annotateSource() local820 os << format("%5u-block %2u\n", lineNum, blockIdx++); in annotateSource()