Searched refs:ListIndex (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.cpp43 V.emplace<Loc::Multi>(ListIndex, TagOffset);
H A DDebugLocStream.h158 size_t ListIndex; member in class:llvm::DebugLocStream::ListBuilder
164 : Locs(Locs), Asm(Asm), V(V), ListIndex(Locs.startList(&CU)),
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp489 using ListIndex = unsigned;
499 std::optional<ListIndex> Previous;
502 std::optional<ListIndex> Previous)
506 std::optional<ListIndex> Previous)
591 void addSearches(MemoryPhi *Phi, SmallVectorImpl<ListIndex> &PausedSearches,
592 ListIndex PriorNode) {
606 ListIndex LastNode;
620 SmallVectorImpl<ListIndex> &PausedSearches,
621 SmallVectorImpl<ListIndex> &NewPaused,
628 ListIndex PathInde
[all...]

Completed in 203 milliseconds