Home
last modified time | relevance | path

Searched refs:CurrentHead (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTrieRawHashMap.cpp180 TrieSubtrie *CurrentHead = nullptr; in save() local
185 while (!getRoot()->Next.compare_exchange_weak(CurrentHead, S.get())) in save()
186 S->Next.exchange(CurrentHead); in save()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp361 Instruction *CurrentHead = in runOnFunction() local
392 AtEntry.CreateStore(CurrentHead, EntryNextPtr); in runOnFunction()