HomeSort by: relevance | last modified time | path
    Searched refs:getOptPassGate (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Pass.cpp 60 OptPassGate &Gate = M.getContext().getOptPassGate();
164 OptPassGate &Gate = F.getContext().getOptPassGate();
LLVMContext.cpp 335 OptPassGate &LLVMContext::getOptPassGate() const {
336 return pImpl->getOptPassGate();
LLVMContextImpl.cpp 225 OptPassGate &LLVMContextImpl::getOptPassGate() const {
LLVMContextImpl.h 1521 OptPassGate &getOptPassGate() const;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h 299 OptPassGate &getOptPassGate() const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
RegionPass.cpp 281 OptPassGate &Gate = F.getContext().getOptPassGate();
LoopPass.cpp 378 OptPassGate &Gate = F->getContext().getOptPassGate();
CallGraphSCCPass.cpp 754 SCC.getCallGraph().getModule().getContext().getOptPassGate();

Completed in 19 milliseconds