Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.h
H A DWebAssemblyUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.h33 bool isChild(const MachineInstr &MI, const WebAssemblyFunctionInfo &MFI);
H A DWebAssemblyUtilities.cpp31 bool WebAssembly::isChild(const MachineInstr &MI, in isChild() function in WebAssembly
H A DWebAssemblyCFGStackify.cpp346 if (WebAssembly::isChild(*std::prev(I), MFI)) in placeBlockMarker()
595 if (WebAssembly::isChild(*std::prev(I), MFI)) in placeTryMarker()
863 if (WebAssembly::isChild(*std::prev(I), MFI)) in addTryDelegate()