Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.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() function
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp116 LoopBlocksDFS DFS; member in __anona0e87c8a0111::ConstantTerminatorFoldingImpl
181 bool hasIrreducibleCFG(LoopBlocksDFS &DFS) { in hasIrreducibleCFG()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp36 class DFS : public WorkList { class
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp205 LoopBlocksDFS DFS(&L); in DataDependenceGraph() local
H A DLoopInfo.cpp697 LoopBlocksDFS DFS; member in __anon118e20690511::UnloopUpdater
H A DVectorUtils.cpp1134 LoopBlocksDFS DFS(TheLoop); in collectConstStrideAccesses() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp573 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() function in ScheduleDAGTopologicalSort
H A DScheduleDAGInstrs.cpp1478 SchedDAGReverseDFS DFS; in compute() local
H A DMachineScheduler.cpp4411 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel() local
4426 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h108 DFS, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp337 LoopBlocksDFS DFS(L); in UnrollAndJamLoop() local
H A DLoopUnroll.cpp674 LoopBlocksDFS DFS(L); in UnrollLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp415 std::vector<BasicBlock *> DFS; in computeOutliningColdRegionsInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1793 PostOrderLoopTraversal DFS(LoLoop.ML, *MLI); in Expand() local
/freebsd/sys/dev/sym/
H A Dsym_defs.h383 #define DFS 0x20 /* mod: dma fifo size */ macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp582 DataFlowSanitizer &DFS; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5126 LoopBlocksDFS DFS(TheLoop); in calculateRegisterUsage() local
8528 LoopBlocksDFS DFS(OrigLoop); in tryToBuildVPlanWithVPRecipes() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3090 DFS; in getBlocksForScope() local