Home
last modified time | relevance | path

Searched full:heads (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/clang-tools-extra/pseudo/lib/
H A DGLR.cpp
/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h76 /// Heads of each tracked path. These are not ordered.
77 std::deque<PathSegment *> Heads; variable
92 // Iterate over all existing heads. We will mutate the Heads deque during in transition()
94 unsigned NumHeads = Heads.size(); in transition()
96 PathSegment *Head = Heads[I]; in transition()
105 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition()
107 // Now we've iterated over all the initial heads and added new ones, in transition()
108 // dispose of the original heads. in transition()
109 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
124 Heads.clear(); in reset()
[all …]
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DGLRTest.cpp
/llvm-project/clang-tools-extra/pseudo/
H A DDesignNotes.md
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DGLR.h
/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp255 // Future Improvement: split this into two functions - one for finding heads in BasicSuperBlockMerge()
259 std::unordered_set<size_t> heads; in BasicSuperBlockMerge() local
280 // ID of 0 represents an error - errors can't be heads or tails in BasicSuperBlockMerge()
284 heads.insert(id); in BasicSuperBlockMerge()
287 // Future Improvement: identify heads and tails in the same loop in BasicSuperBlockMerge()
309 // ID of 0 represents an error - errors can't be heads or tails in BasicSuperBlockMerge()
335 auto isHead = heads.count(unit_id) > 0; in BasicSuperBlockMerge()
H A DTraceHTR.h379 /// The implementation makes use of two terms - 'heads' and 'tails' known as
/llvm-project/clang/www/
H A Drelated.html42 <a href="https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/clang.md">
43 https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/clang.md</a>
/llvm-project/.github/workflows/
H A Dpr-request-release-note.yml15 startsWith(github.ref, 'refs/heads/release')
/llvm-project/clang/docs/
H A DLibFormat.rst56 /// https://chromium.googlesource.com/chromium/src/+/refs/heads/main/styleguide/styleguide.md
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DIntervalPartition.h33 /// Roughly, a WTO a) groups the blocks so that loop heads are grouped with
/llvm-project/flang/docs/
H A DControlFlowGraph.md144 Merge points are actions at the heads of basic blocks whose operands
/llvm-project/llvm/utils/gn/
H A DREADME.rst66 online <https://gn.googlesource.com/gn/+/refs/heads/main/docs/reference.md>`_.
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DTrigram.cpp87 // stopping as soon as there is no next head or we have seen two heads. in identifierTrigrams()
/llvm-project/llvm/test/DebugInfo/MIR/X86/
H A Dlivedebugvalues_many_loop_heads.mir5 ; LiveDebugValues. The code structure is eight nested loops, with loop heads
/llvm-project/libcxx/utils/ci/
H A DDockerfile212 # https://android.googlesource.com/platform/prebuilts/ndk/+/refs/heads/dev/platform/sysroot.
/llvm-project/clang-tools-extra/clangd/unittests/
H A DDexTests.cpp563 EXPECT_TRUE(Incomplete) << "Using first two heads as bigram"; in TEST()
571 EXPECT_TRUE(Incomplete) << "Using second and third heads as bigram"; in TEST()
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp373 // since they never will be diamond heads. in run()
H A DLoopIdiomRecognize.cpp591 SetVector<StoreInst *> Heads, Tails; in processLoopStores()
609 Heads.insert(SL[i]); in processLoopStores()
670 Heads.insert(SL[i]); in processLoopStores()
683 for (StoreInst *I : Heads) { in processLoopStores()
694 while (Tails.count(I) || Heads.count(I)) { in processLoopStores()
585 SetVector<StoreInst *> Heads, Tails; processLoopStores() local
/llvm-project/llvm/docs/
H A DGettingStarted.rst51 git config --add remote.origin.fetch '^refs/heads/users/*'
52 git config --add remote.origin.fetch '^refs/heads/revert-*'
/llvm-project/llvm/include/llvm/ADT/
H A DSparseMultiSet.h141 /// Whether the given entry is the head of the list. List heads's previous
/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp478 * other than in the heads of the Apple linker engineers. To that end hopefully
/llvm-project/clang-tools-extra/clangd/
H A DCompileCommands.cpp590 // Read and write heads for in-place deletion. in matchingRule()
/llvm-project/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp1330 // A def in the inner loop means we should get PHIs at the heads of both in TEST_F()
1549 // loop heads -- it should force the other head to be a PHI. in TEST_F()
1583 // Test some scenarios where there _shouldn't_ be any PHIs created at heads. in TEST_F()
3249 // Test that an assign in the inner loop causes unresolved PHIs at the heads in TEST_F()
/llvm-project/lld/wasm/
H A DDriver.cpp802 // mode, to give anyone using them a heads-up that they will be changing. in demoteLazySymbols()

12