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

  /external/llvm/lib/Target/WebAssembly/
Relooper.h 120 enum ShapeKind { SK_Simple, SK_Multiple, SK_Loop };
179 LoopShape() : LabeledShape(SK_Loop), Inner(nullptr) {}
181 static bool classof(const Shape *S) { return S->getKind() == SK_Loop; }
Relooper.cpp 753 case Shape::SK_Loop: {
    [all...]

Completed in 43 milliseconds