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