Searched refs:RunOnAllFunctions (Results 1 – 3 of 3) sorted by relevance
847 bool RunOnAllFunctions = true; member939 ModulePass *createMachineOutlinerPass(bool RunOnAllFunctions) { in createMachineOutlinerPass() argument941 OL->RunOnAllFunctions = RunOnAllFunctions; in createMachineOutlinerPass()1321 if (!RunOnAllFunctions && !TII->shouldOutlineFromFunctionByDefault(*MF)) in populateMapper()1437 if (RunOnAllFunctions) in runOnModule()
977 bool RunOnAllFunctions = (EnableMachineOutliner == AlwaysOutline); in addMachinePasses() local978 bool AddOutliner = RunOnAllFunctions || in addMachinePasses()981 addPass(createMachineOutlinerPass(RunOnAllFunctions)); in addMachinePasses()
432 ModulePass *createMachineOutlinerPass(bool RunOnAllFunctions = true);