Searched refs:DFSI (Results 1 – 1 of 1) sorted by relevance
141 Instruction *Guard, const df_iterator<DomTreeNode *> &DFSI,342 Instruction *GuardInst, const df_iterator<DomTreeNode *> &DFSI, in eliminateGuardViaWidening() argument357 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateGuardViaWidening()358 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateGuardViaWidening()