Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp466 auto SrcLevel = FromRecord.IValue.DerefLevel; in populateExternalRelations() local
470 SrcLevel += ToLevel - FromLevel; in populateExternalRelations()
475 InterfaceValue{SrcIndex, SrcLevel}, in populateExternalRelations()
H A DDependenceAnalysis.cpp733 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() local
737 SrcLevels = SrcLevel; in establishNestingLevels()
738 MaxLevels = SrcLevel + DstLevel; in establishNestingLevels()
739 while (SrcLevel > DstLevel) { in establishNestingLevels()
741 SrcLevel--; in establishNestingLevels()
743 while (DstLevel > SrcLevel) { in establishNestingLevels()
750 SrcLevel--; in establishNestingLevels()
752 CommonLevels = SrcLevel; in establishNestingLevels()