HomeSort by relevance Sort by last modified time
    Searched refs:getPassManagerType (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopPass.h 113 virtual PassManagerType getPassManagerType() const {
RegionPass.h 119 virtual PassManagerType getPassManagerType() const {
  /external/llvm/lib/Analysis/
LoopPass.cpp 314 PMS.top()->getPassManagerType() > PMT_LoopPassManager)
320 if (PMS.top()->getPassManagerType() == PMT_LoopPassManager &&
330 PMS.top()->getPassManagerType() > PMT_LoopPassManager)
334 if (PMS.top()->getPassManagerType() == PMT_LoopPassManager)
RegionPass.cpp 222 PMS.top()->getPassManagerType() > PMT_RegionPassManager)
229 if (PMS.top()->getPassManagerType() == PMT_RegionPassManager &&
239 PMS.top()->getPassManagerType() > PMT_RegionPassManager)
245 if (PMS.top()->getPassManagerType() == PMT_RegionPassManager)
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 86 virtual PassManagerType getPassManagerType() const {
135 assert(PM->getPassManagerType() == PMT_FunctionPassManager &&
476 assert(PM->getPassManagerType() == PMT_FunctionPassManager &&
491 assert(PM->getPassManagerType() == PMT_FunctionPassManager &&
532 PMS.top()->getPassManagerType() > PMT_CallGraphPassManager)
538 if (PMS.top()->getPassManagerType() == PMT_CallGraphPassManager)
  /external/llvm/include/llvm/
PassManagers.h 349 virtual PassManagerType getPassManagerType() const {
350 assert ( 0 && "Invalid use of getPassManagerType");
451 virtual PassManagerType getPassManagerType() const {
  /external/llvm/lib/VMCore/
PassManager.cpp 203 virtual PassManagerType getPassManagerType() const {
353 virtual PassManagerType getPassManagerType() const {
    [all...]

Completed in 209 milliseconds