Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp136 Instruction *Instr, const df_iterator<DomTreeNode *> &DFSI,
328 Instruction *Instr, const df_iterator<DomTreeNode *> &DFSI, in eliminateInstrViaWidening() argument
342 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateInstrViaWidening()
343 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()