Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScopedNoAliasAA.h87 ImmutablePass *createScopedNoAliasAAWrapperPass();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScopedNoAliasAA.cpp191 ImmutablePass *llvm::createScopedNoAliasAAWrapperPass() { in createScopedNoAliasAAWrapperPass() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DLinkAllPasses.h79 (void) llvm::createScopedNoAliasAAWrapperPass(); in ForcePassLinking()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalar.cpp283 unwrap(PM)->add(createScopedNoAliasAAWrapperPass()); in LLVMAddScopedNoAliasAAPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp269 PM.add(createScopedNoAliasAAWrapperPass()); in addInitialAliasAnalysisPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp632 addPass(createScopedNoAliasAAWrapperPass()); in addIRPasses()