Searched refs:getPassManagerType (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DRegionPass.h121 PassManagerType getPassManagerType() const override {
H A DLoopPass.h125 PassManagerType getPassManagerType() const override {
/external/llvm/lib/Analysis/
H A DRegionPass.cpp229 PMS.top()->getPassManagerType() > PMT_RegionPassManager)
236 if (PMS.top()->getPassManagerType() == PMT_RegionPassManager &&
246 PMS.top()->getPassManagerType() > PMT_RegionPassManager)
252 if (PMS.top()->getPassManagerType() == PMT_RegionPassManager)
H A DLoopPass.cpp343 PMS.top()->getPassManagerType() > PMT_LoopPassManager)
349 if (PMS.top()->getPassManagerType() == PMT_LoopPassManager &&
359 PMS.top()->getPassManagerType() > PMT_LoopPassManager)
363 if (PMS.top()->getPassManagerType() == PMT_LoopPassManager)
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp91 PassManagerType getPassManagerType() const override {
140 assert(PM->getPassManagerType() == PMT_FunctionPassManager &&
493 assert(PM->getPassManagerType() == PMT_FunctionPassManager &&
508 assert(PM->getPassManagerType() == PMT_FunctionPassManager &&
549 PMS.top()->getPassManagerType() > PMT_CallGraphPassManager)
555 if (PMS.top()->getPassManagerType() == PMT_CallGraphPassManager)
/external/llvm/include/llvm/IR/
H A DLegacyPassManagers.h359 virtual PassManagerType getPassManagerType() const { function in class:llvm::PMDataManager
360 assert ( 0 && "Invalid use of getPassManagerType");
470 PassManagerType getPassManagerType() const override {
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp204 PassManagerType getPassManagerType() const override {
367 PassManagerType getPassManagerType() const override {
1806 assert(PM->getPassManagerType() > this->top()->getPassManagerType()
1815 assert((PM->getPassManagerType() == PMT_ModulePassManager
1816 || PM->getPassManagerType() == PMT_FunctionPassManager)
1840 PassManagerType TopPMType = PMS.top()->getPassManagerType();
1859 if (PMS.top()->getPassManagerType() > PMT_FunctionPassManager)
1867 if (PMS.top()->getPassManagerType() == PMT_FunctionPassManager) {
1883 FPP->assignPassManager(PMS, PMD->getPassManagerType());
[all...]

Completed in 101 milliseconds