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.cpp71 int VSEId; member
542 SwapEntry.VSEId = SwapVector.size(); in addSwapEntry()
544 EC->insert(SwapEntry.VSEId); in addSwapEntry()
545 SwapMap[MI] = SwapEntry.VSEId; in addSwapEntry()
546 return SwapEntry.VSEId; in addSwapEntry()
596 LLVM_DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
624 (void)EC->unionSets(SwapVector[DefIdx].VSEId, in formWebs()
625 SwapVector[EntryIdx].VSEId); in formWebs()
628 SwapVector[DefIdx].VSEId, in formWebs()
629 SwapVector[EntryIdx].VSEId)); in formWebs()
[all …]