Home
last modified time | relevance | path

Searched defs:DFS (Results 1 – 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DStackFrameList.cpp289 struct DFS { in FindInterveningFrames() struct
290 CallSequence active_path = {}; in FindInterveningFrames()
291 CallSequence solution_path = {}; in FindInterveningFrames()
292 llvm::SmallPtrSet<Function *, 2> visited_nodes = {}; in FindInterveningFrames()
293 bool ambiguous = false; in FindInterveningFrames()
294 Function *end; in FindInterveningFrames()
295 ModuleList &images; in FindInterveningFrames()
296 Target &target; in FindInterveningFrames()
297 ExecutionContext &context; in FindInterveningFrames()
299 DFS(Function *end, ModuleList &images, Target &target, in FindInterveningFrames() function
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp125 LoopBlocksDFS DFS; member in __anon7bf19fa20111::ConstantTerminatorFoldingImpl
190 bool hasIrreducibleCFG(LoopBlocksDFS &DFS) { in hasIrreducibleCFG()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DDDG.cpp206 LoopBlocksDFS DFS(&L); in DataDependenceGraph() local
DLoopInfo.cpp687 LoopBlocksDFS DFS; member in __anoncca413810511::UnloopUpdater
DVectorUtils.cpp967 LoopBlocksDFS DFS(TheLoop); in collectConstStrideAccesses() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DWorkList.cpp36 class DFS : public WorkList { class
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DScheduleDAG.cpp570 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() function in ScheduleDAGTopologicalSort
DScheduleDAGInstrs.cpp1461 SchedDAGReverseDFS DFS; in compute() local
DMachineScheduler.cpp3908 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel() local
3923 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h124 DFS, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp480 LoopBlocksDFS DFS(L); in UnrollLoop() local
DLoopUnrollAndJam.cpp346 LoopBlocksDFS DFS(L); in UnrollAndJamLoop() local
/freebsd-12-stable/sys/dev/ncr/
Dncrreg.h164 #define DFS 0x20 /* mod: dma fifo size */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp1720 PostOrderLoopTraversal DFS(LoLoop.ML, *MLI); in Expand() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DPartialInlining.cpp467 std::vector<BasicBlock *> DFS; in computeOutliningColdRegionsInfo() local
/freebsd-12-stable/sys/dev/sym/
Dsym_defs.h384 #define DFS 0x20 /* mod: dma fifo size */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp539 DataFlowSanitizer &DFS; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp3230 DFS; in vlocDataflow() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6569 LoopBlocksDFS DFS(TheLoop); in calculateRegisterUsage() local
9227 LoopBlocksDFS DFS(OrigLoop); in buildVPlanWithVPRecipes() local