Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp420 orc::ExecutorAddrDiff CandSize; in calculateImplicitSizeOfSymbols() local
423 CandSize = LastSize; in calculateImplicitSizeOfSymbols()
425 CandSize = LastOffset - Offset; in calculateImplicitSizeOfSymbols()
437 LastSize = CandSize; in calculateImplicitSizeOfSymbols()
450 if (!CandSize) in calculateImplicitSizeOfSymbols()
457 Symbol->setSize(CandSize); in calculateImplicitSizeOfSymbols()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp836 unsigned CurrSize, CandSize; in pickNodeFromQueue() local
839 CandSize = Candidate.SU->Succs.size(); in pickNodeFromQueue()
842 CandSize = Candidate.SU->Preds.size(); in pickNodeFromQueue()
844 if (CurrSize > CandSize) { in pickNodeFromQueue()
853 if (CurrSize != CandSize) in pickNodeFromQueue()
H A DMachineOutliner.cpp534 void computeAndPublishHashSequence(MachineFunction &MF, unsigned CandSize);
860 unsigned CandSize) { in computeAndPublishHashSequence() argument
886 LocalHashTree->insert({OutlinedHashSequence, CandSize}); in computeAndPublishHashSequence()