Home
last modified time | relevance | path

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

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