Home
last modified time | relevance | path

Searched defs:Lowerer (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp24 struct Lowerer : coro::LowererBase { struct
25 IRBuilder<> Builder;
26 Lowerer(Module &M) : LowererBase(M), Builder(Context) {} in Lowerer() argument
H A DCoroEarly.cpp23 class Lowerer : public coro::LowererBase { class
34 Lowerer(Module &M) in Lowerer() function in __anon3765a6380111::Lowerer
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp195 CtxInstrumentationLowerer Lowerer(M, MAM); in run() local
H A DInstrProfiling.cpp661 InstrLowerer Lowerer(M, Options, GetTLI, IsCS); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp279 LowerAtomicPass Lowerer; in stripAtomics() local