Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPass.h64 enum PassKind { enum
81 PassKind Kind;
84 explicit Pass(PassKind K, char &pid) : PassID(&pid), Kind(K) {} in Pass()
89 PassKind getPassKind() const { return Kind; } in getPassKind()