Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp748 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() local
752 SrcLevels = SrcLevel; in establishNestingLevels()
753 MaxLevels = SrcLevel + DstLevel; in establishNestingLevels()
754 while (SrcLevel > DstLevel) { in establishNestingLevels()
756 SrcLevel--; in establishNestingLevels()
758 while (DstLevel > SrcLevel) { in establishNestingLevels()
765 SrcLevel--; in establishNestingLevels()
767 CommonLevels = SrcLevel; in establishNestingLevels()