Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp25 for (auto DFI = df_begin(DT.getRootNode()), DFE = df_end(DT.getRootNode()); in calculate() local
/external/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h104 const_iterator DFI = find(Node); in compare() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h111 const_iterator DFI = find(Node); in compare() local
/external/llvm-project/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h111 const_iterator DFI = find(Node); in compare() local
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp251 for (auto DFI = df_begin(DT->getRootNode()), DFE = df_end(DT->getRootNode()); in computeDomLevels() local
1110 auto DFI = df_begin(StartingAccess); in UpwardsDFSWalk() local
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp247 for (auto DFI = df_begin(DT.getRootNode()), DFE = df_end(DT.getRootNode()); in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp295 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp295 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run() local
/external/llvm-project/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1149 for (auto DFI = df_ext_begin(&MF, Reachable), DFE = df_ext_end(&MF, Reachable); in replaceFrameIndices() local
DMachineVerifier.cpp2999 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame() local
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1015 for (auto DFI = df_ext_begin(&Fn, Reachable), DFE = df_ext_end(&Fn, Reachable); in replaceFrameIndices() local
DMachineVerifier.cpp1958 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1150 for (auto DFI = df_ext_begin(&MF, Reachable), DFE = df_ext_end(&MF, Reachable); in replaceFrameIndices() local
DMachineVerifier.cpp2783 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame() local
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4582 if (auto *DFI = Tmpl->getDefaultedFunctionInfo()) { in SubstDefaultedFunction() local
DSemaOverload.cpp11312 static unsigned RankDeductionFailure(const DeductionFailureInfo &DFI) { in RankDeductionFailure()
/external/clang/lib/Sema/
DSemaOverload.cpp9830 static unsigned RankDeductionFailure(const DeductionFailureInfo &DFI) { in RankDeductionFailure()