Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOptBisect.h32 class OptPassGate {
34 virtual ~OptPassGate() = default;
48 class OptBisect : public OptPassGate {
DLLVMContext.h34 class OptPassGate; variable
320 OptPassGate &getOptPassGate() const;
327 void setOptPassGate(OptPassGate&);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContextImpl.cpp244 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()
250 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
DLLVMContext.cpp335 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate()
339 void LLVMContext::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
DOptBisect.cpp39 OptBisect::OptBisect() : OptPassGate() { in OptBisect()
DLLVMContextImpl.h1385 mutable OptPassGate *OPG = nullptr;
1389 OptPassGate &getOptPassGate() const;
1396 void setOptPassGate(OptPassGate&);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DLegacyPassManagerTest.cpp401 struct CustomOptPassGate : public OptPassGate {