/llvm-project/lldb/source/Target/ |
H A D | StackFrameList.cpp | 293 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 D | tree_utils.py | 22 def DFS(root, word, cur_path): function
|
/llvm-project/clang-tools-extra/pseudo/tool/ |
H A D | ClangPseudo.cpp |
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 116 LoopBlocksDFS DFS; member in __anon0925871d0111::ConstantTerminatorFoldingImpl 181 bool hasIrreducibleCFG(LoopBlocksDFS &DFS) { in hasIrreducibleCFG() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | WorkList.cpp | 36 class DFS : public WorkList { class
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DDG.cpp | 205 LoopBlocksDFS DFS(&L); in DataDependenceGraph() local
|
H A D | VectorUtils.cpp | 1106 LoopBlocksDFS DFS(TheLoop); collectConstStrideAccesses() local
|
H A D | LoopInfo.cpp | 697 LoopBlocksDFS DFS; member in __anon16a664fc0511::UnloopUpdater [all...] |
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | GLR.cpp |
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 573 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, DFS() function in ScheduleDAGTopologicalSort
|
H A D | ScheduleDAGInstrs.cpp | 1478 SchedDAGReverseDFS DFS; compute() local [all...] |
H A D | MachineScheduler.cpp | 4411 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? getNodeLabel() local 4426 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? getNodeAttributes() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.h | 108 DFS, enumerator
|
/llvm-project/clang-tools-extra/pseudo/lib/grammar/ |
H A D | GrammarBNF.cpp |
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | strict-vtable-pointers.cpp | 74 DynamicFromStatic DFS; in LocalObjects() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 337 LoopBlocksDFS DFS(L); UnrollAndJamLoop() local
|
H A D | LoopUnroll.cpp | 674 DFS.perform(LI); in UnrollLoop() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 415 std::vector<BasicBlock *> DFS; computeOutliningColdRegionsInfo() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 1793 PostOrderLoopTraversal DFS(LoLoop.ML, *MLI); Expand() local
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryFunction.cpp | 3624 BasicBlockListType DFS; dfs() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 582 DataFlowSanitizer &DFS; member [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5492 LoopBlocksDFS DFS(TheLoop); calculateRegisterUsage() local 8606 LoopBlocksDFS DFS(OrigLoop); tryToBuildVPlanWithVPRecipes() local [all...] |
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 3057 DFS; getBlocksForScope() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 72 auto DFS = llvm::depth_first_ext(&F->getEntryBlock(), Visited); verifyDFSOrder() local
|