Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp293 struct DFS { FindInterveningFrames() struct
294 active_pathFindInterveningFrames::DFS FindInterveningFrames() argument
295 solution_pathFindInterveningFrames::DFS FindInterveningFrames() argument
296 visited_nodesFindInterveningFrames::DFS FindInterveningFrames() argument
297 ambiguousFindInterveningFrames::DFS FindInterveningFrames() argument
298 endFindInterveningFrames::DFS FindInterveningFrames() argument
299 imagesFindInterveningFrames::DFS FindInterveningFrames() argument
300 targetFindInterveningFrames::DFS FindInterveningFrames() argument
301 contextFindInterveningFrames::DFS FindInterveningFrames() argument
303 DFSFindInterveningFrames::DFS FindInterveningFrames() argument
307 searchFindInterveningFrames::DFS FindInterveningFrames() argument
314 dfsFindInterveningFrames::DFS FindInterveningFrames() argument
/llvm-project/lldb/examples/scripting/
H A Dtree_utils.py22 def DFS(root, word, cur_path): function
/llvm-project/clang-tools-extra/pseudo/tool/
H A DClangPseudo.cpp
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp116 LoopBlocksDFS DFS; member in __anon0925871d0111::ConstantTerminatorFoldingImpl
181 bool hasIrreducibleCFG(LoopBlocksDFS &DFS) { in hasIrreducibleCFG() argument
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp36 class DFS : public WorkList { class
/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp205 LoopBlocksDFS DFS(&L); in DataDependenceGraph() local
H A DVectorUtils.cpp1106 LoopBlocksDFS DFS(TheLoop); collectConstStrideAccesses() local
H A DLoopInfo.cpp697 LoopBlocksDFS DFS; member in __anon16a664fc0511::UnloopUpdater
[all...]
/llvm-project/clang-tools-extra/pseudo/lib/
H A DGLR.cpp
/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp573 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, DFS() function in ScheduleDAGTopologicalSort
H A DScheduleDAGInstrs.cpp1478 SchedDAGReverseDFS DFS; compute() local
[all...]
H A DMachineScheduler.cpp4411 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? getNodeLabel() local
4426 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? getNodeAttributes() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h108 DFS, enumerator
/llvm-project/clang-tools-extra/pseudo/lib/grammar/
H A DGrammarBNF.cpp
/llvm-project/clang/test/CodeGenCXX/
H A Dstrict-vtable-pointers.cpp74 DynamicFromStatic DFS; in LocalObjects() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp337 LoopBlocksDFS DFS(L); UnrollAndJamLoop() local
H A DLoopUnroll.cpp674 DFS.perform(LI); in UnrollLoop() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp415 std::vector<BasicBlock *> DFS; computeOutliningColdRegionsInfo() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1793 PostOrderLoopTraversal DFS(LoLoop.ML, *MLI); Expand() local
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp3624 BasicBlockListType DFS; dfs() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp582 DataFlowSanitizer &DFS; member
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5492 LoopBlocksDFS DFS(TheLoop); calculateRegisterUsage() local
8606 LoopBlocksDFS DFS(OrigLoop); tryToBuildVPlanWithVPRecipes() local
[all...]
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3057 DFS; getBlocksForScope() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp72 auto DFS = llvm::depth_first_ext(&F->getEntryBlock(), Visited); verifyDFSOrder() local