Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1071 BasicBlock *ExitB) { in promoteTypes() argument
1077 if (!ExitB || (ExitB->getSinglePredecessor() != LoopB)) in promoteTypes()
1083 for (PHINode &P : ExitB->phis()) { in promoteTypes()
1465 IRB.SetInsertPoint(ExitB, ExitB->getFirstInsertionPt()); in convertShiftsToLeft()
1466 for (auto P = ExitB->begin(), Q = ExitB->end(); P != Q; ++P) { in convertShiftsToLeft()
1790 if (ExitB == nullptr) in recognize()
1857 if (!promoteTypes(LoopB, ExitB)) in recognize()
2146 BasicBlock *ExitB; in processCopyingStore() local
2153 ExitB = ExitBlocks[0]; in processCopyingStore()
2255 DomTreeNode *BN = DT->getNode(ExitB); in processCopyingStore()
[all …]