Searched refs:AtStart (Results 1 – 6 of 6) sorted by relevance
125 bool AtStart = true; in runOnMachineFunction() local130 AtStart = false; in runOnMachineFunction()137 AtStart = false; in runOnMachineFunction()142 if (AtStart) in runOnMachineFunction()156 if (AtStart) in runOnMachineFunction()
454 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local456 if (!AtStart) in restoreCalleeSavedRegisters()470 if (AtStart) in restoreCalleeSavedRegisters()
2588 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local2590 if (!AtStart) in restoreCalleeSavedRegisters()2674 if (AtStart) in restoreCalleeSavedRegisters()
2663 bool AtStart = BI == BB->begin(); in processBlock() local2664 if (!AtStart) in processBlock()2681 if (AtStart) in processBlock()
1089 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc()1092 ObjCContainerDeclBits.AtStart = Loc; in setAtStartLoc()
1785 SourceLocation AtStart;