Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSA.cpp534 void addSearches(MemoryPhi *Phi, SmallVectorImpl<ListIndex> &PausedSearches, in addSearches() argument
539 PausedSearches.push_back(Paths.size()); in addSearches()
562 SmallVectorImpl<ListIndex> &PausedSearches, in getBlockingAccess() argument
565 assert(!PausedSearches.empty() && "No searches to continue?"); in getBlockingAccess()
569 while (!PausedSearches.empty()) { in getBlockingAccess()
570 ListIndex PathIndex = PausedSearches.pop_back_val(); in getBlockingAccess()
616 addSearches(cast<MemoryPhi>(Res.Result), PausedSearches, PathIndex); in getBlockingAccess()
701 SmallVector<ListIndex, 16> PausedSearches; in tryOptimizePhi() local
705 addSearches(Phi, PausedSearches, 0); in tryOptimizePhi()
736 Target, PausedSearches, NewPaused, TerminatedPaths)) { in tryOptimizePhi()
[all …]