Searched refs:CallIdx (Results 1 – 2 of 2) sorted by relevance
128 unsigned CallIdx = 0; in addCallStack() local131 for (const Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) { in addCallStack()135 if (CallIdx >= SkipStart && CallIdx < SkipEnd) { in addCallStack()136 if (CallIdx == SkipStart) { in addCallStack()
157 unsigned CallIdx = R->getNumOperands() - (R->isPredicated() ? 2 : 1); in inferScalarTypeForRecipe() local158 return cast<Function>(R->getOperand(CallIdx)->getLiveInIRValue()) in inferScalarTypeForRecipe()