HomeSort by relevance Sort by last modified time
    Searched refs:SK_Multiple (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/WebAssembly/
Relooper.h 120 enum ShapeKind { SK_Simple, SK_Multiple, SK_Loop };
168 MultipleShape() : LabeledShape(SK_Multiple), Breaks(0), UseSwitch(false) {}
170 static bool classof(const Shape *S) { return S->getKind() == SK_Multiple; }
Relooper.cpp 749 case Shape::SK_Multiple: {
    [all...]

Completed in 214 milliseconds