Searched refs:RunningDepId (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 698 Loop *TheLoop, unsigned &RunningDepId, 1070 Loop *TheLoop, unsigned &RunningDepId, in createCheckForAccess() argument 1112 LeaderId = RunningDepId++; in createCheckForAccess() 1116 DepId = RunningDepId++; in createCheckForAccess() 1152 unsigned RunningDepId = 1; in canCheckPtrAtRT() local 1189 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT() 1208 bool NeedsAliasSetRTCheck = RunningDepId > 2 || !Retries.empty(); in canCheckPtrAtRT() 1219 DepSetId, TheLoop, RunningDepId, ASId, in canCheckPtrAtRT()
|