Home
last modified time | relevance | path

Searched refs:PassManagerType (Results 1 – 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/
DPass.h55 enum PassManagerType { enum
135 PassManagerType) {} in assignPassManager() argument
140 virtual PassManagerType getPotentialPassManagerType() const;
245 PassManagerType T);
248 virtual PassManagerType getPotentialPassManagerType() const;
306 PassManagerType T);
309 virtual PassManagerType getPotentialPassManagerType() const;
350 PassManagerType T);
353 virtual PassManagerType getPotentialPassManagerType() const;
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DRegionPass.h74 PassManagerType PMT = PMT_RegionPassManager);
76 virtual PassManagerType getPotentialPassManagerType() const { in getPotentialPassManagerType()
120 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
DLoopPass.h63 PassManagerType PMT);
66 virtual PassManagerType getPotentialPassManagerType() const { in getPotentialPassManagerType()
115 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
DCallGraphSCCPass.h69 PassManagerType PMT);
72 virtual PassManagerType getPotentialPassManagerType() const { in getPotentialPassManagerType()
/freebsd-10-stable/contrib/llvm/lib/IR/
DPass.cpp41 PassManagerType ModulePass::getPotentialPassManagerType() const { in getPotentialPassManagerType()
70 PassManagerType Pass::getPotentialPassManagerType() const { in getPotentialPassManagerType()
136 PassManagerType FunctionPass::getPotentialPassManagerType() const { in getPotentialPassManagerType()
159 PassManagerType BasicBlockPass::getPotentialPassManagerType() const { in getPotentialPassManagerType()
DLegacyPassManager.cpp203 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
261 virtual PassManagerType getTopLevelPassManagerType() { in getTopLevelPassManagerType()
367 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
433 virtual PassManagerType getTopLevelPassManagerType() { in getTopLevelPassManagerType()
1827 PassManagerType PreferredType) { in assignPassManager()
1830 PassManagerType TopPMType = PMS.top()->getPassManagerType(); in assignPassManager()
1845 PassManagerType PreferredType) { in assignPassManager()
1886 PassManagerType PreferredType) { in assignPassManager()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
DIRToDWARF.h84 llvm::PassManagerType T = llvm::PMT_ModulePassManager);
89 llvm::PassManagerType getPotentialPassManagerType() const;
DIRDynamicChecks.h136 llvm::PassManagerType T = llvm::PMT_ModulePassManager);
141 llvm::PassManagerType getPotentialPassManagerType() const;
DIRForTarget.h134 llvm::PassManagerType pass_mgr_type = llvm::PMT_ModulePassManager);
142 virtual llvm::PassManagerType
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DLegacyPassManagers.h179 virtual PassManagerType getTopLevelPassManagerType() = 0;
350 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
461 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DIRDynamicChecks.cpp660 PassManagerType T) in assignPassManager()
664 PassManagerType
DIRForTarget.cpp2854 IRForTarget::assignPassManager (PMStack &pass_mgr_stack, PassManagerType pass_mgr_type) in assignPassManager()
2858 PassManagerType
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
DCallGraphSCCPass.cpp89 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
534 PassManagerType PreferredType) { in assignPassManager()
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DRegionPass.cpp236 PassManagerType PreferredType) { in assignPassManager()
DLoopPass.cpp335 PassManagerType PreferredType) { in assignPassManager()