Searched refs:predIndex (Results 1 – 2 of 2) sorted by relevance
47 [&](Optional<unsigned> predIndex) -> Optional<unsigned> { in collectUnderlyingAddressValues() argument49 branch.getSuccessorRegions(predIndex, successors); in collectUnderlyingAddressValues()
1059 for (auto predIndex : llvm::seq<unsigned>(0, predecessors.size())) { in emitPhiForBlockArguments() local1060 Value value = predecessors[predIndex].second[argIndex]; in emitPhiForBlockArguments()1061 uint32_t predBlockId = getOrCreateBlockID(predecessors[predIndex].first); in emitPhiForBlockArguments()