Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp489 using ListIndex = unsigned; typedef in __anonc967e22e0511::ClobberWalker
499 Optional<ListIndex> Previous;
502 Optional<ListIndex> Previous) in DefPath()
506 Optional<ListIndex> Previous) in DefPath()
598 void addSearches(MemoryPhi *Phi, SmallVectorImpl<ListIndex> &PausedSearches, in addSearches()
599 ListIndex PriorNode) { in addSearches()
614 ListIndex LastNode;
627 SmallVectorImpl<ListIndex> &PausedSearches, in getBlockingAccess()
628 SmallVectorImpl<ListIndex> &NewPaused, in getBlockingAccess()
635 ListIndex PathIndex = PausedSearches.pop_back_val(); in getBlockingAccess()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h161 size_t ListIndex; variable
167 : Locs(Locs), Asm(Asm), V(V), MI(MI), ListIndex(Locs.startList(&CU)), in ListBuilder()
H A DDebugLocStream.cpp44 V.setDebugLocListIndex(ListIndex); in ~ListBuilder()