Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPass.cpp63 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()
167 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
DLLVMContext.cpp317 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate() function in LLVMContext
318 return pImpl->getOptPassGate(); in getOptPassGate()
DLLVMContextImpl.cpp243 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate() function in LLVMContextImpl
DLLVMContextImpl.h1415 OptPassGate &getOptPassGate() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h292 OptPassGate &getOptPassGate() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DRegionPass.cpp287 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
DLoopPass.cpp399 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
DCallGraphSCCPass.cpp704 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()