Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp364 uint32_t ActiveB = Blocks.size() - 1; in New() local
365 uint32_t Index = (ActiveEnd - Blocks[ActiveB]) / NodeMemSize; in New()
366 Node NA = {reinterpret_cast<NodeBase *>(ActiveEnd), makeId(ActiveB, Index)}; in New()