Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp468 auto SrcLevel = FromRecord.IValue.DerefLevel; in populateExternalRelations() local
472 SrcLevel += ToLevel - FromLevel; in populateExternalRelations()
477 InterfaceValue{SrcIndex, SrcLevel}, in populateExternalRelations()
H A DDependenceAnalysis.cpp750 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() local
754 SrcLevels = SrcLevel; in establishNestingLevels()
755 MaxLevels = SrcLevel + DstLevel; in establishNestingLevels()
756 while (SrcLevel > DstLevel) { in establishNestingLevels()
758 SrcLevel--; in establishNestingLevels()
760 while (DstLevel > SrcLevel) { in establishNestingLevels()
767 SrcLevel--; in establishNestingLevels()
769 CommonLevels = SrcLevel; in establishNestingLevels()