Searched defs:SK_Simple (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
H A DRelooper.h120 enum ShapeKind { SK_Simple, SK_Multiple, SK_Loop }; enumerator in enum:llvm::Relooper::Shape::ShapeKind
137 SimpleShape() : Shape(SK_Simple), Inner(nullptr) {}
139 static bool classof(const Shape *S) { return S->getKind() == SK_Simple; }

Completed in 96 milliseconds