Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
HDPoisonChecking.h16 struct PoisonCheckingPass : public PassInfoMixin<PoisonCheckingPass> { struct
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPoisonChecking.cpp321 PreservedAnalyses PoisonCheckingPass::run(Module &M, in run()
330 PreservedAnalyses PoisonCheckingPass::run(Function &F, in run()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
HDPassRegistry.def106 MODULE_PASS("poison-checking", PoisonCheckingPass())