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()
453 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local455 if (!AtStart) in restoreCalleeSavedRegisters()469 if (AtStart) in restoreCalleeSavedRegisters()
2866 bool AtStart = BI == BB->begin(); in processBlock() local2867 if (!AtStart) in processBlock()2879 if (AtStart) in processBlock()
2619 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local2621 if (!AtStart) in restoreCalleeSavedRegisters()2705 if (AtStart) in restoreCalleeSavedRegisters()
1095 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc()1098 ObjCContainerDeclBits.AtStart = Loc; in setAtStartLoc()
1935 SourceLocation AtStart;