Home
last modified time | relevance | path

Searched defs:getAsImmutablePass (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPass.h267 ImmutablePass *getAsImmutablePass() override { return this; } in getAsImmutablePass() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPass.cpp112 ImmutablePass *Pass::getAsImmutablePass() { in getAsImmutablePass() function in Pass