Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp333 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local
433 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp313 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
/external/v8/src/
Djsregexp.h910 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart() function
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2365 bool AtStart = BI == BB->begin(); in processBlock() local
/external/clang/include/clang/AST/
DDeclObjC.h461 SourceLocation AtStart; variable