Searched refs:RunOnAllFunctions (Results 1 – 3 of 3) sorted by relevance
848 bool RunOnAllFunctions = true; member942 ModulePass *createMachineOutlinerPass(bool RunOnAllFunctions) { in createMachineOutlinerPass() argument944 OL->RunOnAllFunctions = RunOnAllFunctions; in createMachineOutlinerPass()1318 if (!RunOnAllFunctions && !TII->shouldOutlineFromFunctionByDefault(*MF)) in populateMapper()1442 if (RunOnAllFunctions) in doOutline()
979 bool RunOnAllFunctions = (EnableMachineOutliner == AlwaysOutline); in addMachinePasses() local980 bool AddOutliner = RunOnAllFunctions || in addMachinePasses()983 addPass(createMachineOutlinerPass(RunOnAllFunctions)); in addMachinePasses()
441 ModulePass *createMachineOutlinerPass(bool RunOnAllFunctions = true);