HomeSort by relevance Sort by last modified time
    Searched refs:EndIndex (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 131 unsigned EndIndex;
148 void setEndIndex(unsigned EndIdx) { EndIndex = EndIdx; }
195 : ScheduleDAGInstrs(MF, MLI, MDT, /*IsPostRA=*/true), AA(AA), EndIndex(0) {
372 EndIndex, DbgValues);
402 AntiDepBreak->Observe(MI, Count, EndIndex);
MachineBasicBlock.cpp 857 SlotIndex EndIndex = Indexes->getMBBEndIdx(NMBB);
875 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
894 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
896 LI.removeSegment(StartIndex, EndIndex);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/clang/lib/Format/
ContinuationIndenter.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 726 unsigned EndIndex = (Index == StartIndex? StartIndex : Index - 1);
729 if (EndIndex < ParentIList->getNumInits()) {
731 = ParentIList->getInit(EndIndex)->getSourceRange().getEnd();
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_FelicaMap.c 57 uint8_t EndIndex,
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 440 DWORD EndIndex;
    [all...]

Completed in 476 milliseconds