Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DPass.h54 enum PassManagerType { enum
124 PassManagerType) {} in assignPassManager() argument
129 virtual PassManagerType getPotentialPassManagerType() const;
234 PassManagerType T);
237 virtual PassManagerType getPotentialPassManagerType() const;
305 PassManagerType T);
308 virtual PassManagerType getPotentialPassManagerType() const;
356 PassManagerType T);
359 virtual PassManagerType getPotentialPassManagerType() const;
DCallGraphSCCPass.h66 PassManagerType PMT);
69 virtual PassManagerType getPotentialPassManagerType() const { in getPotentialPassManagerType()
DPassManagers.h179 virtual PassManagerType getTopLevelPassManagerType() = 0;
350 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
452 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
/external/llvm/include/llvm/Analysis/
DRegionPass.h73 PassManagerType PMT = PMT_RegionPassManager);
75 virtual PassManagerType getPotentialPassManagerType() const { in getPotentialPassManagerType()
119 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
DLoopPass.h61 PassManagerType PMT);
64 virtual PassManagerType getPotentialPassManagerType() const { in getPotentialPassManagerType()
113 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
/external/llvm/lib/VMCore/
DPass.cpp41 PassManagerType ModulePass::getPotentialPassManagerType() const { in getPotentialPassManagerType()
70 PassManagerType Pass::getPotentialPassManagerType() const { in getPotentialPassManagerType()
146 PassManagerType FunctionPass::getPotentialPassManagerType() const { in getPotentialPassManagerType()
180 PassManagerType BasicBlockPass::getPotentialPassManagerType() const { in getPotentialPassManagerType()
DPassManager.cpp203 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
261 virtual PassManagerType getTopLevelPassManagerType() { in getTopLevelPassManagerType()
353 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
404 virtual PassManagerType getTopLevelPassManagerType() { in getTopLevelPassManagerType()
1768 PassManagerType PreferredType) { in assignPassManager()
1771 PassManagerType TopPMType = PMS.top()->getPassManagerType(); in assignPassManager()
1786 PassManagerType PreferredType) { in assignPassManager()
1827 PassManagerType PreferredType) { in assignPassManager()
/external/llvm/lib/Analysis/IPA/
DCallGraphSCCPass.cpp86 virtual PassManagerType getPassManagerType() const { in getPassManagerType()
531 PassManagerType PreferredType) { in assignPassManager()
/external/llvm/lib/Analysis/
DRegionPass.cpp236 PassManagerType PreferredType) { in assignPassManager()
DLoopPass.cpp331 PassManagerType PreferredType) { in assignPassManager()