Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp348 ActiveEnd = P; in startNewBlock()
356 uint32_t Index = (ActiveEnd - ActiveBegin) / NodeMemSize; in needNewBlock()
365 uint32_t Index = (ActiveEnd - Blocks[ActiveB]) / NodeMemSize; in New()
366 Node NA = {reinterpret_cast<NodeBase *>(ActiveEnd), makeId(ActiveB, Index)}; in New()
367 ActiveEnd += NodeMemSize; in New()
386 ActiveEnd = nullptr; in clear()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h444 char *ActiveEnd = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp776 ActiveEnd = CodeSynthesisContexts.rend(); in PrintInstantiationStack() local
777 Active != ActiveEnd; in PrintInstantiationStack()
1116 ActiveEnd = CodeSynthesisContexts.rend(); in isSFINAEContext() local
1117 Active != ActiveEnd; in isSFINAEContext()