Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp139 Instruction *Instr, const df_iterator<DomTreeNode *> &DFSI,
331 Instruction *Instr, const df_iterator<DomTreeNode *> &DFSI, in eliminateInstrViaWidening() argument
345 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateInstrViaWidening()
346 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()