Home
last modified time | relevance | path

Searched refs:qprofConf (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/llvm/passes/include/magic/
H A DMagicPass.h77 QProfConf *qprofConf; variable
/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp2967 qprofConf = QProfConf::get(M, &magicLLSitestacks, in qprofInstrumentationInit()
2971 qprofConf->mergeAllTaskClassesWithSameDeepestLLLoops(); in qprofInstrumentationInit()
2974 qprofConf->print(errs()); in qprofInstrumentationInit()
2994 std::vector<QProfSite*> deepestLLLoops = qprofConf->getDeepestLLLoops(); in qprofInstrumentationApply()
3018 std::vector<QProfSite*> deepestLLLibs = qprofConf->getDeepestLLLibs(); in qprofInstrumentationApply()
3036 …MagicUtil::getExportedIntGlobalVar(M, MAGIC_NUM_LL_TASK_CLASSES_NAME, qprofConf->getNumLLTaskClass… in qprofInstrumentationApply()
3037 …MagicUtil::getExportedIntGlobalVar(M, MAGIC_NUM_LL_BLOCK_EXT_TASK_CLASSES_NAME, qprofConf->getNumL… in qprofInstrumentationApply()
3038 …MagicUtil::getExportedIntGlobalVar(M, MAGIC_NUM_LL_BLOCK_INT_TASK_CLASSES_NAME, qprofConf->getNumL… in qprofInstrumentationApply()
3039 …MagicUtil::getExportedIntGlobalVar(M, MAGIC_NUM_LL_BLOCK_EXT_LIBS_NAME, qprofConf->getNumLLBlockEx… in qprofInstrumentationApply()
3040 …MagicUtil::getExportedIntGlobalVar(M, MAGIC_NUM_LL_BLOCK_INT_LIBS_NAME, qprofConf->getNumLLBlockIn… in qprofInstrumentationApply()