Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp70 int VSEId; member
540 SwapEntry.VSEId = SwapVector.size(); in addSwapEntry()
542 EC->insert(SwapEntry.VSEId); in addSwapEntry()
543 SwapMap[MI] = SwapEntry.VSEId; in addSwapEntry()
544 return SwapEntry.VSEId; in addSwapEntry()
594 LLVM_DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
622 (void)EC->unionSets(SwapVector[DefIdx].VSEId, in formWebs()
623 SwapVector[EntryIdx].VSEId); in formWebs()
626 SwapVector[DefIdx].VSEId, in formWebs()
627 SwapVector[EntryIdx].VSEId)); in formWebs()
[all …]