Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPoisonChecking.h16 struct PoisonCheckingPass : public PassInfoMixin<PoisonCheckingPass> { struct
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp320 PreservedAnalyses PoisonCheckingPass::run(Module &M, in run()
329 PreservedAnalyses PoisonCheckingPass::run(Function &F, in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def103 MODULE_PASS("poison-checking", PoisonCheckingPass())