Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp468 auto DstLevel = ToRecord.IValue.DerefLevel; in populateExternalRelations() local
472 DstLevel += FromLevel - ToLevel; in populateExternalRelations()
476 InterfaceValue{DstIndex, DstLevel}, UnknownOffset}); in populateExternalRelations()
DDependenceAnalysis.cpp727 unsigned DstLevel = LI->getLoopDepth(DstBlock); in establishNestingLevels() local
731 MaxLevels = SrcLevel + DstLevel; in establishNestingLevels()
732 while (SrcLevel > DstLevel) { in establishNestingLevels()
736 while (DstLevel > SrcLevel) { in establishNestingLevels()
738 DstLevel--; in establishNestingLevels()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp712 unsigned DstLevel = LI->getLoopDepth(DstBlock); in establishNestingLevels() local
716 MaxLevels = SrcLevel + DstLevel; in establishNestingLevels()
717 while (SrcLevel > DstLevel) { in establishNestingLevels()
721 while (DstLevel > SrcLevel) { in establishNestingLevels()
723 DstLevel--; in establishNestingLevels()