Searched refs:predIndex (Results 1 – 2 of 2) sorted by relevance
358 int predIndex = (int) pred.num(); in executePredicates() local359 if (proxPos != predIndex) in executePredicates()
1683 for (auto predIndex : llvm::seq<unsigned>(0, predecessors.size())) { in emitPhiForBlockArguments() local1684 Value value = *(predecessors[predIndex].second + argIndex); in emitPhiForBlockArguments()1685 uint32_t predBlockId = getOrCreateBlockID(predecessors[predIndex].first); in emitPhiForBlockArguments()