Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp470 auto DstLevel = ToRecord.IValue.DerefLevel; in populateExternalRelations() local
474 DstLevel += FromLevel - ToLevel; in populateExternalRelations()
478 InterfaceValue{DstIndex, DstLevel}, UnknownOffset}); in populateExternalRelations()
DDependenceAnalysis.cpp747 unsigned DstLevel = LI->getLoopDepth(DstBlock); in establishNestingLevels() local
751 MaxLevels = SrcLevel + DstLevel; in establishNestingLevels()
752 while (SrcLevel > DstLevel) { in establishNestingLevels()
756 while (DstLevel > SrcLevel) { in establishNestingLevels()
758 DstLevel--; in establishNestingLevels()