Searched refs:RunningDepId (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 797 Loop *TheLoop, unsigned &RunningDepId, 1220 unsigned &RunningDepId, unsigned ASId, bool Assume) { in createCheckForAccess() argument 1265 LeaderId = RunningDepId++; in createCheckForAccess() 1269 DepId = RunningDepId++; in createCheckForAccess() 1305 unsigned RunningDepId = 1; in canCheckPtrAtRT() local 1342 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT() 1361 bool NeedsAliasSetRTCheck = RunningDepId > 2 || !Retries.empty(); in canCheckPtrAtRT() 1372 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT()
|