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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreFrameLowering.cpp313 bool AtStart = MI == MBB.begin(); local
315 if (!AtStart)
327 if (AtStart)
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DPrologEpilogInserter.cpp333 bool AtStart = I == MBB->begin(); local
335 if (!AtStart)
351 if (AtStart)
433 bool AtStart = I == MBB->begin(); local
435 if (!AtStart)
450 if (AtStart)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1132 bool AtStart = I == MBB.begin(); local
1134 if (!AtStart)
1171 if (AtStart)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp2365 bool AtStart = BI == BB->begin(); local
2366 if (!AtStart)
2378 if (AtStart)

Completed in 209 milliseconds