Lines Matching full:bounds
1 //===- BoundsChecking.cpp - Instrumentation for run-time bounds checking --===//
11 // bounds checking on loads, stores, and other memory intrinsics.
30 #define DEBUG_TYPE "bounds-checking"
32 static cl::opt<bool> SingleTrapBB("bounds-checking-single-trap",
35 STATISTIC(ChecksAdded, "Bounds checks added");
36 STATISTIC(ChecksSkipped, "Bounds checks skipped");
37 STATISTIC(ChecksUnable, "Bounds checks unable to add");
71 INITIALIZE_PASS(BoundsChecking, "bounds-checking", "Run-time bounds checking",
123 /// instrument - adds run-time bounds checks to memory accessing instructions.