Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp453 std::unique_ptr<OutlinedHashTree> LocalHashTree; member
886 LocalHashTree->insert({OutlinedHashSequence, CandSize}); in computeAndPublishHashSequence()
1362 LocalHashTree = std::make_unique<OutlinedHashTree>(); in initializeOutlinerMode()
1369 assert(LocalHashTree); in emitOutlinedHashTree()
1370 if (!LocalHashTree->empty()) { in emitOutlinedHashTree()
1372 dbgs() << "Emit outlined hash tree. Size: " << LocalHashTree->size() in emitOutlinedHashTree()
1378 OutlinedHashTreeRecord HTR(std::move(LocalHashTree)); in emitOutlinedHashTree()