Searched refs:lowerIntrinsics (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h80 bool lowerIntrinsics(Function *F);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp121 static bool lowerIntrinsics(Module &M) { function
219 bool runOnModule(Module &M) override { return lowerIntrinsics(M); }
236 if (!lowerIntrinsics(M))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp434 bool InstrProfiling::lowerIntrinsics(Function *F) { function in class:InstrProfiling
564 MadeChange |= lowerIntrinsics(&F);

Completed in 113 milliseconds