Home
last modified time | relevance | path

Searched refs:CheckStartIdx (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DStackMaps.cpp44 unsigned CheckStartIdx = 0, e = MI->getNumOperands(); in PatchPointOpers() local
45 while (CheckStartIdx < e && MI->getOperand(CheckStartIdx).isReg() && in PatchPointOpers()
46 MI->getOperand(CheckStartIdx).isDef() && in PatchPointOpers()
47 !MI->getOperand(CheckStartIdx).isImplicit()) in PatchPointOpers()
48 ++CheckStartIdx; in PatchPointOpers()
50 assert(getMetaIdx() == CheckStartIdx && in PatchPointOpers()