Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp319 class WebAssemblyPassConfig final : public TargetPassConfig { class
321 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM) in WebAssemblyPassConfig() function in __anonbbd809010111::WebAssemblyPassConfig
351 return new WebAssemblyPassConfig(*this, PM); in createPassConfig()
354 FunctionPass *WebAssemblyPassConfig::createTargetRegisterAllocator(bool) { in createTargetRegisterAllocator()
363 void WebAssemblyPassConfig::addIRPasses() { in addIRPasses()
408 bool WebAssemblyPassConfig::addInstSelector() { in addInstSelector()
427 void WebAssemblyPassConfig::addPostRegAlloc() { in addPostRegAlloc()
449 void WebAssemblyPassConfig::addPreEmitPass() { in addPreEmitPass()