Home
last modified time | relevance | path

Searched defs:DFE (Results 1 – 10 of 10) 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/swiftshader/third_party/LLVM/lib/CodeGen/
DExecutionDepsFix.cpp483 DFI = df_ext_begin(Entry, Visited), DFE = df_ext_end(Entry, Visited); in runOnMachineFunction() local
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp251 for (auto DFI = df_begin(DT->getRootNode()), DFE = df_end(DT->getRootNode()); in computeDomLevels() local
1111 for (auto DFE = df_end(StartingAccess); DFI != DFE;) { 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-7.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp246 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1010 for (auto DFI = df_ext_begin(&MF, Reachable), DFE = df_ext_end(&MF, Reachable); in replaceFrameIndices() local
DMachineVerifier.cpp2261 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/u-boot/include/
Dsym53c8xx.h60 #define DFE 0x80 /* sta: dma fifo empty */ macro