Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp338 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local
438 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.cpp315 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp457 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp459 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp503 bool AtStart = I == MBB->begin(); in insertCSRSpillsAndRestores() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp2122 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1876 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp2197 bool AtStart = BI == BB->begin(); in processBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2103 bool AtStart = BI == BB->begin(); in processBlock() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2272 bool AtStart = BI == BB->begin(); in processBlock() local
/external/v8/src/regexp/
Djsregexp.h770 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart() function
/external/clang/include/clang/AST/
DDeclObjC.h904 SourceLocation AtStart; variable