Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h581 DST *entrySuccs = &DF->find(entry)->second; in isRegion() local
586 for (BlockT *successor : *entrySuccs) { in isRegion()
597 for (BlockT *Succ : *entrySuccs) { in isRegion()