Home
last modified time | relevance | path

Searched defs:DFI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h110 if (DFI == end()) in compare() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp345 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3811 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4838 if (auto *DFI = Tmpl->getDefalutedOrDeletedInfo()) { in SubstDefaultedFunction() local
H A DSemaOverload.cpp12146 static unsigned RankDeductionFailure(const DeductionFailureInfo &DFI) { in RankDeductionFailure()