Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp141 Instruction *Instr, const df_iterator<DomTreeNode *> &DFSI,
333 Instruction *Instr, const df_iterator<DomTreeNode *> &DFSI, in eliminateInstrViaWidening() argument
347 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateInstrViaWidening()
348 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()