Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDStackFrameList.cpp293 struct DFS { in FindInterveningFrames() struct
294 CallSequence active_path = {}; in FindInterveningFrames()
295 CallSequence solution_path = {}; in FindInterveningFrames()
296 llvm::SmallPtrSet<Function *, 2> visited_nodes = {}; in FindInterveningFrames()
297 bool ambiguous = false; in FindInterveningFrames()
298 Function *end; in FindInterveningFrames()
299 ModuleList &images; in FindInterveningFrames()
300 Target &target; in FindInterveningFrames()
301 ExecutionContext &context; in FindInterveningFrames()
303 DFS(Function *end, ModuleList &images, Target &target, in FindInterveningFrames() argument
[all …]
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopSimplifyCFG.cpp116 LoopBlocksDFS DFS; member in __anon67d493e90111::ConstantTerminatorFoldingImpl
181 bool hasIrreducibleCFG(LoopBlocksDFS &DFS) { in hasIrreducibleCFG()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDWorkList.cpp36 class DFS : public WorkList { class
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDDDG.cpp205 LoopBlocksDFS DFS(&L); in DataDependenceGraph() local
HDLoopInfo.cpp697 LoopBlocksDFS DFS; member in __anon384d59c80511::UnloopUpdater
HDVectorUtils.cpp1134 LoopBlocksDFS DFS(TheLoop); in collectConstStrideAccesses() local
/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.h108 DFS, enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDScheduleDAG.cpp573 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() function in ScheduleDAGTopologicalSort
HDScheduleDAGInstrs.cpp1478 SchedDAGReverseDFS DFS; in compute() local
HDMachineScheduler.cpp4411 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel() local
4426 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUnrollAndJam.cpp337 LoopBlocksDFS DFS(L); in UnrollAndJamLoop() local
HDLoopUnroll.cpp674 LoopBlocksDFS DFS(L); in UnrollLoop() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDPartialInlining.cpp415 std::vector<BasicBlock *> DFS; in computeOutliningColdRegionsInfo() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMLowOverheadLoops.cpp1793 PostOrderLoopTraversal DFS(LoLoop.ML, *MLI); in Expand() local
/freebsd-head/sys/dev/sym/
HDsym_defs.h383 #define DFS 0x20 /* mod: dma fifo size */ macro
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDDataFlowSanitizer.cpp582 DataFlowSanitizer &DFS; member
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp5126 LoopBlocksDFS DFS(TheLoop); in calculateRegisterUsage() local
8528 LoopBlocksDFS DFS(OrigLoop); in tryToBuildVPlanWithVPRecipes() local
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDInstrRefBasedImpl.cpp3090 DFS; in getBlocksForScope() local