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

/external/llvm/include/llvm/
H A DPass.h54 enum PassManagerType { enum in namespace:llvm
124 PassManagerType) {}
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;
H A DCallGraphSCCPass.h66 PassManagerType PMT);
69 virtual PassManagerType getPotentialPassManagerType() const {
H A DPassManagers.h178 virtual PassManagerType getTopLevelPassManagerType() = 0;
349 virtual PassManagerType getPassManagerType() const {
451 virtual PassManagerType getPassManagerType() const {
/external/llvm/include/llvm/Analysis/
H A DRegionPass.h73 PassManagerType PMT = PMT_RegionPassManager);
75 virtual PassManagerType getPotentialPassManagerType() const {
119 virtual PassManagerType getPassManagerType() const {
H A DLoopPass.h61 PassManagerType PMT);
64 virtual PassManagerType getPotentialPassManagerType() const {
113 virtual PassManagerType getPassManagerType() const {
/external/llvm/lib/VMCore/
H A DPass.cpp41 PassManagerType ModulePass::getPotentialPassManagerType() const {
70 PassManagerType Pass::getPotentialPassManagerType() const {
146 PassManagerType FunctionPass::getPotentialPassManagerType() const {
180 PassManagerType BasicBlockPass::getPotentialPassManagerType() const {
H A DPassManager.cpp203 virtual PassManagerType getPassManagerType() const {
261 virtual PassManagerType getTopLevelPassManagerType() {
353 virtual PassManagerType getPassManagerType() const {
404 virtual PassManagerType getTopLevelPassManagerType() {
1749 PassManagerType PreferredType) {
1752 PassManagerType TopPMType = PMS.top()->getPassManagerType();
1767 PassManagerType PreferredType) {
1808 PassManagerType PreferredType) {
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp86 virtual PassManagerType getPassManagerType() const {
529 PassManagerType PreferredType) {
/external/llvm/lib/Analysis/
H A DLoopPass.cpp327 PassManagerType PreferredType) {
H A DRegionPass.cpp236 PassManagerType PreferredType) {

Completed in 154 milliseconds