Home
last modified time | relevance | path

Searched refs:LowerExpectIntrinsicPass (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLowerExpectIntrinsic.h24 struct LowerExpectIntrinsicPass : PassInfoMixin<LowerExpectIntrinsicPass> { struct
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp408 PreservedAnalyses LowerExpectIntrinsicPass::run(Function &F, in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def389 FUNCTION_PASS("lower-expect", LowerExpectIntrinsicPass())
H A DPassBuilderPipelines.cpp1086 EarlyFPM.addPass(LowerExpectIntrinsicPass()); in buildModuleSimplificationPipeline()