Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp298 static bool IsChild(const MachineInstr &MI, in IsChild() function
372 while (InsertPos != Header->begin() && IsChild(*prev(InsertPos), MFI) && in PlaceBlockMarker()
/external/pdfium/xfa/fwl/
Dcfwl_widget.h164 bool IsChild() const;
Dcfwl_widget.cpp53 if (IsChild()) in CFWL_Widget()
263 bool CFWL_Widget::IsChild() const { in IsChild() function in CFWL_Widget
/external/v8/src/crankshaft/
Dlithium-allocator.h201 bool IsChild() const { return parent() != NULL; } in IsChild() function
Dhydrogen.cc12937 if (range->IsChild()) { in TraceLiveRange()