Searched refs:blocks_with_breakpoints (Results 1 – 1 of 1) sorted by relevance
280 llvm::SmallDenseSet<Block *, 8> blocks_with_breakpoints; in SetSCMatchesByLine() local282 assert(!blocks_with_breakpoints.count(first->block)); in SetSCMatchesByLine()283 blocks_with_breakpoints.insert(first->block); in SetSCMatchesByLine()287 return blocks_with_breakpoints.count(sc.block); in SetSCMatchesByLine()