Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp47 [&](Optional<unsigned> predIndex) -> Optional<unsigned> { in collectUnderlyingAddressValues() argument
49 branch.getSuccessorRegions(predIndex, successors); in collectUnderlyingAddressValues()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp1059 for (auto predIndex : llvm::seq<unsigned>(0, predecessors.size())) { in emitPhiForBlockArguments() local
1060 Value value = predecessors[predIndex].second[argIndex]; in emitPhiForBlockArguments()
1061 uint32_t predBlockId = getOrCreateBlockID(predecessors[predIndex].first); in emitPhiForBlockArguments()