Searched refs:EnablePrintSchedInfo (Results 1 – 5 of 5) sorted by relevance
133 bool EnablePrintSchedInfo = false; variable168 void setEnablePrintSchedInfo(bool Value) { EnablePrintSchedInfo = Value; } in setEnablePrintSchedInfo()169 bool shouldPrintSchedInfo() { return EnablePrintSchedInfo; } in shouldPrintSchedInfo()
105 EnablePrintSchedInfo && in EmitAndCountInstruction()1908 !EnablePrintSchedInfo); in EmitInstruction()1980 !EnablePrintSchedInfo); in EmitInstruction()2011 !EnablePrintSchedInfo); in EmitInstruction()2028 !EnablePrintSchedInfo); in EmitInstruction()2045 OutStreamer->AddComment(CS.str(), !EnablePrintSchedInfo); in EmitInstruction()2142 OutStreamer->AddComment(CS.str(), !EnablePrintSchedInfo); in EmitInstruction()2154 OutStreamer->AddComment(CS.str(), !EnablePrintSchedInfo); in EmitInstruction()2235 OutStreamer->AddComment(CS.str(), !EnablePrintSchedInfo); in EmitInstruction()
125 bool EnablePrintSchedInfo = false; variable
150 Parser->setEnablePrintSchedInfo(EnablePrintSchedInfo); in EmitInlineAsm()
786 if (AP->EnablePrintSchedInfo) { in emitComments()1580 EnablePrintSchedInfo = PrintSchedule.getNumOccurrences() in SetupMachineFunction()