Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp168 class WebAssemblyPassConfig final : public TargetPassConfig { class
170 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM) in WebAssemblyPassConfig() function in __anondd0802d20111::WebAssemblyPassConfig
194 return new WebAssemblyPassConfig(*this, PM); in createPassConfig()
197 FunctionPass *WebAssemblyPassConfig::createTargetRegisterAllocator(bool) { in createTargetRegisterAllocator()
206 void WebAssemblyPassConfig::addIRPasses() { in addIRPasses()
252 bool WebAssemblyPassConfig::addInstSelector() { in addInstSelector()
267 void WebAssemblyPassConfig::addPostRegAlloc() { in addPostRegAlloc()
285 void WebAssemblyPassConfig::addPreEmitPass() { in addPreEmitPass()