Home
last modified time | relevance | path

Searched refs:BoundsCheckingPass (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/
DBoundsChecking.h19 struct BoundsCheckingPass : PassInfoMixin<BoundsCheckingPass> { struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp208 PreservedAnalyses BoundsCheckingPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassRegistry.def147 FUNCTION_PASS("bounds-checking", BoundsCheckingPass())