Searched refs:AtStart (Results 1 – 7 of 7) sorted by relevance
450 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local452 if (!AtStart) in restoreCalleeSavedRegisters()466 if (AtStart) in restoreCalleeSavedRegisters()
422 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local424 if (!AtStart) in insertCSRSpillsAndRestores()438 if (AtStart) in insertCSRSpillsAndRestores()
511 SourceLocation AtStart; variable521 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl()610 SourceLocation getAtStartLoc() const { return AtStart; } in getAtStartLoc()611 void setAtStartLoc(SourceLocation Loc) { AtStart = Loc; } in setAtStartLoc()622 return SourceRange(AtStart, getAtEndRange().getEnd()); in getSourceRange()
1647 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local1649 if (!AtStart) in restoreCalleeSavedRegisters()1694 if (AtStart) in restoreCalleeSavedRegisters()
2426 bool AtStart = BI == BB->begin(); in processBlock() local2427 if (!AtStart) in processBlock()2439 if (AtStart) in processBlock()
895 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart() function
5055 return AssertionNode::AtStart(on_success); in ToNode()