Home
last modified time | relevance | path

Searched refs:ActiveEnd (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp351 ActiveEnd = P; in startNewBlock()
359 uint32_t Index = (ActiveEnd-ActiveBegin)/NodeMemSize; in needNewBlock()
368 uint32_t Index = (ActiveEnd - Blocks[ActiveB])/NodeMemSize; in New()
369 NodeAddr<NodeBase*> NA = { reinterpret_cast<NodeBase*>(ActiveEnd), in New()
371 ActiveEnd += NodeMemSize; in New()
390 ActiveEnd = nullptr; in clear()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h407 char *ActiveEnd = nullptr; member
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp695 ActiveEnd = CodeSynthesisContexts.rend(); in PrintInstantiationStack() local
696 Active != ActiveEnd; in PrintInstantiationStack()
1021 ActiveEnd = CodeSynthesisContexts.rend(); in isSFINAEContext() local
1022 Active != ActiveEnd; in isSFINAEContext()