Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h111 const_iterator DFI = find(Node); in compare() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp295 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1165 for (auto DFI = df_ext_begin(&MF, Reachable), DFE = df_ext_end(&MF, Reachable); in replaceFrameIndices() local
H A DMachineVerifier.cpp3132 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4590 if (auto *DFI = Tmpl->getDefaultedFunctionInfo()) { in SubstDefaultedFunction() local
H A DSemaOverload.cpp11296 static unsigned RankDeductionFailure(const DeductionFailureInfo &DFI) { in RankDeductionFailure()