/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | StackFrameList.cpp | 290 struct DFS { in FindInterveningFrames() struct 291 CallSequence active_path = {}; in FindInterveningFrames() 292 CallSequence solution_path = {}; in FindInterveningFrames() 293 llvm::SmallPtrSet<Function *, 2> visited_nodes = {}; in FindInterveningFrames() 294 bool ambiguous = false; in FindInterveningFrames() 295 Function *end; in FindInterveningFrames() 296 ModuleList &images; in FindInterveningFrames() 297 Target ⌖ in FindInterveningFrames() 298 ExecutionContext &context; in FindInterveningFrames() 300 DFS(Function *end, ModuleList &images, Target &target, in FindInterveningFrames() function [all …]
|
/openbsd-src/gnu/llvm/lldb/examples/scripting/ |
H A D | tree_utils.py | 22 def DFS(root, word, cur_path): function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 119 LoopBlocksDFS DFS; member in __anon70582c810111::ConstantTerminatorFoldingImpl 184 bool hasIrreducibleCFG(LoopBlocksDFS &DFS) { in hasIrreducibleCFG()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | WorkList.cpp | 36 class DFS : public WorkList { class
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | DDG.cpp | 205 LoopBlocksDFS DFS(&L); in DataDependenceGraph() local
|
H A D | LoopInfo.cpp | 685 LoopBlocksDFS DFS; member in __anon81a2c2600511::UnloopUpdater
|
H A D | VectorUtils.cpp | 1155 LoopBlocksDFS DFS(TheLoop); in collectConstStrideAccesses() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 570 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() function in ScheduleDAGTopologicalSort
|
H A D | ScheduleDAGInstrs.cpp | 1464 SchedDAGReverseDFS DFS; in compute() local
|
H A D | MachineScheduler.cpp | 3937 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel() local 3952 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes() local
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.h | 108 DFS, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 493 LoopBlocksDFS DFS(L); in UnrollLoop() local
|
H A D | LoopUnrollAndJam.cpp | 338 LoopBlocksDFS DFS(L); in UnrollAndJamLoop() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 462 std::vector<BasicBlock *> DFS; in computeOutliningColdRegionsInfo() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 1812 PostOrderLoopTraversal DFS(LoLoop.ML, *MLI); in Expand() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 572 DataFlowSanitizer &DFS; member
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 3055 DFS; in getBlocksForScope() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5937 LoopBlocksDFS DFS(TheLoop); in calculateRegisterUsage() local 8900 LoopBlocksDFS DFS(OrigLoop); in buildVPlanWithVPRecipes() local
|