Home
last modified time | relevance | path

Searched defs:AtStart (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp450 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp422 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1647 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local
/external/v8/src/
Djsregexp.h895 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart() function
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2426 bool AtStart = BI == BB->begin(); in processBlock() local
/external/clang/include/clang/AST/
DDeclObjC.h511 SourceLocation AtStart; variable