Home
last modified time | relevance | path

Searched refs:AtStart (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp457 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
459 if (!AtStart) in restoreCalleeSavedRegisters()
473 if (AtStart) in restoreCalleeSavedRegisters()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp488 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local
490 if (!AtStart) in insertCSRSpillsAndRestores()
504 if (AtStart) in insertCSRSpillsAndRestores()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp472 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local
474 if (!AtStart) in insertCSRSpillsAndRestores()
488 if (AtStart) in insertCSRSpillsAndRestores()
/external/clang/include/clang/AST/
DDeclObjC.h697 SourceLocation AtStart; variable
707 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl()
796 SourceLocation getAtStartLoc() const { return AtStart; } in getAtStartLoc()
797 void setAtStartLoc(SourceLocation Loc) { AtStart = Loc; } in setAtStartLoc()
808 return SourceRange(AtStart, getAtEndRange().getEnd()); in getSourceRange()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1712 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local
1714 if (!AtStart) in restoreCalleeSavedRegisters()
1759 if (AtStart) in restoreCalleeSavedRegisters()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2512 bool AtStart = BI == BB->begin(); in processBlock() local
2513 if (!AtStart) in processBlock()
2525 if (AtStart) in processBlock()
/external/v8/src/regexp/
Djsregexp.h791 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart() function
Djsregexp.cc5644 return AssertionNode::AtStart(on_success); in ToNode()