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()
373 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local375 if (!AtStart) in insertCSRSpillsAndRestores()389 if (AtStart) in insertCSRSpillsAndRestores()
511 SourceLocation AtStart; variable521 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl()609 SourceLocation getAtStartLoc() const { return AtStart; } in getAtStartLoc()610 void setAtStartLoc(SourceLocation Loc) { AtStart = Loc; } in setAtStartLoc()621 return SourceRange(AtStart, getAtEndRange().getEnd()); in getSourceRange()
1525 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local1527 if (!AtStart) in restoreCalleeSavedRegisters()1572 if (AtStart) in restoreCalleeSavedRegisters()
2416 bool AtStart = BI == BB->begin(); in processBlock() local2417 if (!AtStart) in processBlock()2429 if (AtStart) in processBlock()
895 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart() function
5055 return AssertionNode::AtStart(on_success); in ToNode()