Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp290 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 &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 Dtree_utils.py22 def DFS(root, word, cur_path): function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp119 LoopBlocksDFS DFS; member in __anon70582c810111::ConstantTerminatorFoldingImpl
184 bool hasIrreducibleCFG(LoopBlocksDFS &DFS) { in hasIrreducibleCFG()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp36 class DFS : public WorkList { class
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDDG.cpp205 LoopBlocksDFS DFS(&L); in DataDependenceGraph() local
H A DLoopInfo.cpp685 LoopBlocksDFS DFS; member in __anon81a2c2600511::UnloopUpdater
H A DVectorUtils.cpp1155 LoopBlocksDFS DFS(TheLoop); in collectConstStrideAccesses() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAG.cpp570 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() function in ScheduleDAGTopologicalSort
H A DScheduleDAGInstrs.cpp1464 SchedDAGReverseDFS DFS; in compute() local
H A DMachineScheduler.cpp3937 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 DAnalyzerOptions.h108 DFS, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp493 LoopBlocksDFS DFS(L); in UnrollLoop() local
H A DLoopUnrollAndJam.cpp338 LoopBlocksDFS DFS(L); in UnrollAndJamLoop() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp462 std::vector<BasicBlock *> DFS; in computeOutliningColdRegionsInfo() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1812 PostOrderLoopTraversal DFS(LoLoop.ML, *MLI); in Expand() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp572 DataFlowSanitizer &DFS; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3055 DFS; in getBlocksForScope() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5937 LoopBlocksDFS DFS(TheLoop); in calculateRegisterUsage() local
8900 LoopBlocksDFS DFS(OrigLoop); in buildVPlanWithVPRecipes() local