|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/CallGraphSCCPass.h 68 void assignPassManager(PMStack &PMS, PassManagerType PMT) override;
71 PassManagerType getPotentialPassManagerType() const override {
include/llvm/Analysis/LoopPass.h 62 void assignPassManager(PMStack &PMS, PassManagerType PMT) override;
65 PassManagerType getPotentialPassManagerType() const override {
123 PassManagerType getPassManagerType() const override {
include/llvm/Analysis/RegionPass.h 74 PassManagerType PMT = PMT_RegionPassManager) override;
76 PassManagerType getPotentialPassManagerType() const override {
123 PassManagerType getPassManagerType() const override {
include/llvm/IR/LegacyPassManagers.h 177 virtual PassManagerType getTopLevelPassManagerType() = 0;
388 virtual PassManagerType getPassManagerType() const {
517 PassManagerType getPassManagerType() const override {
include/llvm/Pass.h 129 PassManagerType) {}
135 virtual PassManagerType getPotentialPassManagerType() const;
239 void assignPassManager(PMStack &PMS, PassManagerType T) override;
242 PassManagerType getPotentialPassManagerType() const override;
296 void assignPassManager(PMStack &PMS, PassManagerType T) override;
299 PassManagerType getPotentialPassManagerType() const override;
346 void assignPassManager(PMStack &PMS, PassManagerType T) override;
349 PassManagerType getPotentialPassManagerType() const override;
lib/Analysis/CallGraphSCCPass.cpp 99 PassManagerType getPassManagerType() const override {
568 PassManagerType PreferredType) {
lib/Analysis/LoopPass.cpp 355 PassManagerType PreferredType) {
lib/Analysis/RegionPass.cpp 240 PassManagerType PreferredType) {
lib/IR/LegacyPassManager.cpp 367 PassManagerType getPassManagerType() const override {
423 PassManagerType getTopLevelPassManagerType() override {
518 PassManagerType getPassManagerType() const override {
574 PassManagerType getTopLevelPassManagerType() override {
1945 PassManagerType PreferredType) {
1948 PassManagerType TopPMType = PMS.top()->getPassManagerType();
1963 PassManagerType PreferredType) {
2018 PassManagerType PreferredType) {
lib/IR/Pass.cpp 54 PassManagerType ModulePass::getPotentialPassManagerType() const {
91 PassManagerType Pass::getPotentialPassManagerType() const {
158 PassManagerType FunctionPass::getPotentialPassManagerType() const {
220 PassManagerType BasicBlockPass::getPotentialPassManagerType() const {
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp 587 void IRDynamicChecks::assignPassManager(PMStack &PMS, PassManagerType T) {}
589 PassManagerType IRDynamicChecks::getPotentialPassManagerType() const {
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h 103 llvm::PassManagerType T = llvm::PMT_ModulePassManager) override;
106 llvm::PassManagerType getPotentialPassManagerType() const override;
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp 2029 PassManagerType pass_mgr_type) {}
2031 PassManagerType IRForTarget::getPotentialPassManagerType() const {
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h 120 llvm::PassManagerType pass_mgr_type =
127 llvm::PassManagerType getPotentialPassManagerType() const override;