Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp665 ListIndex PathIndex = PausedSearches.pop_back_val(); in getBlockingAccess() local
666 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
691 TerminatedPath Term{Node.Last, PathIndex}; in getBlockingAccess()
711 TerminatedPath Term{Res.Result, PathIndex}; in getBlockingAccess()
726 NewPaused.push_back(PathIndex); in getBlockingAccess()
731 addSearches(cast<MemoryPhi>(Res.Result), PausedSearches, PathIndex); in getBlockingAccess()