Searched refs:shouldEmitDebugInfoForProfiling (Results 1 – 6 of 6) sorted by relevance
73 if (!MF.getFunction().shouldEmitDebugInfoForProfiling()) in runOnMachineFunction()
911 bool shouldEmitDebugInfoForProfiling() const;
512 if (Header->getParent()->shouldEmitDebugInfoForProfiling() && in UnrollLoop()
346 if (Header->getParent()->shouldEmitDebugInfoForProfiling() && in UnrollAndJamLoop()
267 if (DIL && Inst->getFunction()->shouldEmitDebugInfoForProfiling() && in setDebugLocFromInst()
1629 bool Function::shouldEmitDebugInfoForProfiling() const { in shouldEmitDebugInfoForProfiling() function in Function