/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | GLR.cpp |
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Automaton.h | 76 /// 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 D | GLRTest.cpp |
|
/llvm-project/clang-tools-extra/pseudo/ |
H A D | DesignNotes.md |
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/ |
H A D | GLR.h |
|
/llvm-project/lldb/source/Plugins/TraceExporter/common/ |
H A D | TraceHTR.cpp | 255 // 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 D | TraceHTR.h | 379 /// The implementation makes use of two terms - 'heads' and 'tails' known as
|
/llvm-project/clang/www/ |
H A D | related.html | 42 <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 D | pr-request-release-note.yml | 15 startsWith(github.ref, 'refs/heads/release')
|
/llvm-project/clang/docs/ |
H A D | LibFormat.rst | 56 /// https://chromium.googlesource.com/chromium/src/+/refs/heads/main/styleguide/styleguide.md
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | IntervalPartition.h | 33 /// Roughly, a WTO a) groups the blocks so that loop heads are grouped with
|
/llvm-project/flang/docs/ |
H A D | ControlFlowGraph.md | 144 Merge points are actions at the heads of basic blocks whose operands
|
/llvm-project/llvm/utils/gn/ |
H A D | README.rst | 66 online <https://gn.googlesource.com/gn/+/refs/heads/main/docs/reference.md>`_.
|
/llvm-project/clang-tools-extra/clangd/index/dex/ |
H A D | Trigram.cpp | 87 // 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 D | livedebugvalues_many_loop_heads.mir | 5 ; LiveDebugValues. The code structure is eight nested loops, with loop heads
|
/llvm-project/libcxx/utils/ci/ |
H A D | Dockerfile | 212 # https://android.googlesource.com/platform/prebuilts/ndk/+/refs/heads/dev/platform/sysroot.
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | DexTests.cpp | 563 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 D | MergedLoadStoreMotion.cpp | 373 // since they never will be diamond heads. in run()
|
H A D | LoopIdiomRecognize.cpp | 591 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 D | GettingStarted.rst | 51 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 D | SparseMultiSet.h | 141 /// Whether the given entry is the head of the list. List heads's previous
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 478 * other than in the heads of the Apple linker engineers. To that end hopefully
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | CompileCommands.cpp | 590 // Read and write heads for in-place deletion. in matchingRule()
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | InstrRefLDVTest.cpp | 1330 // 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 D | Driver.cpp | 802 // mode, to give anyone using them a heads-up that they will be changing. in demoteLazySymbols()
|