Home
last modified time | relevance | path

Searched refs:AtStart (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp458 bool AtStart = MI == MBB.begin(); in restoreCalleeSavedRegisters() local
460 if (!AtStart) in restoreCalleeSavedRegisters()
474 if (AtStart) in restoreCalleeSavedRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2369 bool AtStart = I == MBB.begin(); in restoreCalleeSavedRegisters() local
2371 if (!AtStart) in restoreCalleeSavedRegisters()
2425 if (AtStart) in restoreCalleeSavedRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2202 bool AtStart = BI == BB->begin(); in processBlock() local
2203 if (!AtStart) in processBlock()
2217 if (AtStart) in processBlock()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h470 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart() function in v8::internal::AssertionNode
H A Dregexp-compiler-tonode.cc898 return AssertionNode::AtStart(on_success); in RationalizeConsecutiveAtoms()

Completed in 14 milliseconds