Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp110 : CFGStackified(MFI.isCFGStackified()) { in WebAssemblyFunctionInfo()
H A DWebAssemblyInstrInfo.cpp113 if (MFI.isCFGStackified()) in analyzeBranch()
H A DWebAssemblyMachineFunctionInfo.h162 bool isCFGStackified() const { return CFGStackified; } in isCFGStackified() function