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

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

Completed in 41 milliseconds