Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp535 ActiveEnd = CodeSynthesisContexts.rend(); in PrintInstantiationStack() local
536 Active != ActiveEnd; in PrintInstantiationStack()
857 ActiveEnd = CodeSynthesisContexts.rend(); in isSFINAEContext() local
858 Active != ActiveEnd; in isSFINAEContext()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h406 char *ActiveEnd = nullptr; member