Home
last modified time | relevance | path

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

123

/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp286 struct DFS { in FindInterveningFrames() struct
287 CallSequence active_path = {}; in FindInterveningFrames()
288 CallSequence solution_path = {}; in FindInterveningFrames()
289 llvm::SmallPtrSet<Function *, 2> visited_nodes = {}; in FindInterveningFrames()
290 bool ambiguous = false; in FindInterveningFrames()
291 Function *end; in FindInterveningFrames()
292 ModuleList &images; in FindInterveningFrames()
293 Target &target; in FindInterveningFrames()
294 ExecutionContext &context; in FindInterveningFrames()
296 DFS(Function *end, ModuleList &images, Target &target, in FindInterveningFrames() function
[all …]
/external/llvm-project/lldb/examples/scripting/
Dtree_utils.py24 def DFS(root, word, cur_path): function
/external/antlr/tool/src/main/java/org/antlr/misc/
DGraph.java97 public void DFS(Node<T> n, Set<Node<T>> visited, ArrayList<T> sorted) { in DFS() method in Graph
/external/clang/test/CodeGenCXX/
Dstrict-vtable-pointers.cpp74 DynamicFromStatic DFS; in LocalObjects() local
/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp80 int32_t DFS; in DecodeHuffman() local
292 int32_t DFS; in DecodeArith() local
/external/protobuf/src/google/protobuf/compiler/
Dscc.h90 NodeData DFS(const Descriptor* descriptor) { in DFS() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateUniformValues.cpp80 static void DFS(BasicBlock *Root, SetVector<BasicBlock*> & Set) { in DFS() function
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateUniformValues.cpp81 static void DFS(BasicBlock *Root, SetVector<BasicBlock*> & Set) { in DFS() function
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp126 LoopBlocksDFS DFS; member in __anonb237857a0111::ConstantTerminatorFoldingImpl
191 bool hasIrreducibleCFG(LoopBlocksDFS &DFS) { in hasIrreducibleCFG()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp124 LoopBlocksDFS DFS; member in __anon03e7f10e0111::ConstantTerminatorFoldingImpl
189 bool hasIrreducibleCFG(LoopBlocksDFS &DFS) { in hasIrreducibleCFG()
/external/antlr/runtime/Cpp/include/
Dantlr3collections.inl671 void Topo<ImplTraits>::DFS(ANTLR_UINT32 node) function in Topo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDDG.cpp202 LoopBlocksDFS DFS(&L); in DataDependenceGraph() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DWorkList.cpp36 class DFS : public WorkList { class
/external/llvm-project/llvm/lib/Analysis/
DDDG.cpp207 LoopBlocksDFS DFS(&L); in DataDependenceGraph() local
/external/tensorflow/tensorflow/core/graph/
Dalgorithm.cc89 void DFS(const Graph& g, const std::function<void(Node*)>& enter, in DFS() function
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp377 LoopBlocksDFS DFS(L); in UnrollLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp570 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() function in ScheduleDAGTopologicalSort
/external/llvm-project/llvm/lib/CodeGen/
DScheduleDAG.cpp570 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() function in ScheduleDAGTopologicalSort
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp544 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() function in ScheduleDAGTopologicalSort
/external/llvm/lib/Analysis/
DLoopInfo.cpp403 LoopBlocksDFS DFS; member in __anon889b8b8b0311::UnloopUpdater
/external/llvm-project/clang/test/CodeGenCXX/
Dstrict-vtable-pointers.cpp74 DynamicFromStatic DFS; in LocalObjects() local
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h124 DFS, enumerator
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp557 LoopBlocksDFS DFS(L); in UnrollLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp571 LoopBlocksDFS DFS(L); in UnrollLoop() local
DLoopUnrollAndJam.cpp293 LoopBlocksDFS DFS(L); in UnrollAndJamLoop() local

123