Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2227 BasicBlock *ExitD = Preheader; in processCopyingStore() local
2230 ExitD = DT->findNearestCommonDominator(ExitD, PB); in processCopyingStore()
2231 if (!ExitD) in processCopyingStore()
2238 if (ExitD && DT->dominates(Preheader, ExitD)) { in processCopyingStore()
2240 DomTreeNode *DN = DT->getNode(ExitD); in processCopyingStore()