Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPass.h162 virtual ImmutablePass *getAsImmutablePass();
267 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
DLegacyPassManager.cpp722 if (ImmutablePass *IP = P->getAsImmutablePass()) { in schedulePass()
889 if (P1->getAsImmutablePass() == nullptr && in preserveHigherLevelAnalysis()
925 if (Info->second->getAsImmutablePass() == nullptr && in removeNotPreservedAnalysis()
948 if (Info->second->getAsImmutablePass() == nullptr && in removeNotPreservedAnalysis()