Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp141 Instruction *Guard, const df_iterator<DomTreeNode *> &DFSI,
342 Instruction *GuardInst, const df_iterator<DomTreeNode *> &DFSI, in eliminateGuardViaWidening() argument
357 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateGuardViaWidening()
358 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateGuardViaWidening()