Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp159 Instruction *Instr, const df_iterator<DomTreeNode *> &DFSI,
378 Instruction *Instr, const df_iterator<DomTreeNode *> &DFSI, in eliminateInstrViaWidening() argument
395 for (unsigned i = 0, e = DFSI.getPathLength(); i != e; ++i) { in eliminateInstrViaWidening()
396 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2202 } else if (const DependentFunctionTemplateSpecializationInfo *DFSI =
2205 DFSI->TemplateArgumentsAsWritten) {