|
LLVM
4.0.0
|
This file contains the declaration of the WebAssembly-specific utility functions. More...
Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::WebAssembly | |
Functions | |
| bool | llvm::WebAssembly::isArgument (const MachineInstr &MI) |
| bool | llvm::WebAssembly::isCopy (const MachineInstr &MI) |
| bool | llvm::WebAssembly::isTee (const MachineInstr &MI) |
| bool | llvm::WebAssembly::isChild (const MachineInstr &MI, const WebAssemblyFunctionInfo &MFI) |
| Test whether MI is a child of some other node in an expression tree. More... | |
This file contains the declaration of the WebAssembly-specific utility functions.
Definition in file WebAssemblyUtilities.h.
1.8.6