Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1370 unsigned EntryNum = 0; in getExceptionSectionSize() local
1375 EntryNum += TableEntry.second.Entries.size() + 1; in getExceptionSectionSize()
1377 return EntryNum * (is64Bit() ? XCOFF::ExceptionSectionEntrySize64 in getExceptionSectionSize()
1382 unsigned EntryNum = 0; in getExceptionOffset() local
1386 EntryNum += TableEntry.second.Entries.size() + 1; in getExceptionOffset()
1388 return EntryNum * (is64Bit() ? XCOFF::ExceptionSectionEntrySize64 in getExceptionOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp444 unsigned EntryNum = MF.front().getNumber(); in isJointlyDominated() local
451 if (BN == EntryNum) { in isJointlyDominated()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1381 auto EntryNum = readUnencodedNumber<uint64_t>(); in readSecHdrTable() local
1382 if (std::error_code EC = EntryNum.getError()) in readSecHdrTable()
1385 for (uint64_t i = 0; i < (*EntryNum); i++) in readSecHdrTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp860 unsigned EntryNum = Entry->getNumber(); in propagate() local
863 FlowQ.push(CFGEdge(EntryNum, EntryNum)); in propagate()
873 if (Edge.first != EntryNum) in propagate()