| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 92 NextID(O.NextID) {} in Profile() 99 NextID = O.NextID; 112 swap(L.NextID, R.NextID); in swap() 138 PathID NextID = 1; variable
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentCommandTraits.cpp | 19 : NextID(std::size(Commands)), Allocator(Allocator) { in CommandTraits() 93 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName() 95 Info->ID = NextID++; in createCommandInfoWithName()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionCOFF.h | 87 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const { in getOrAssignWinCFISectionID() argument 89 WinCFISectionID = (*NextID)++; in getOrAssignWinCFISectionID()
|
| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | RemarkStringTable.cpp | 32 size_t NextID = StrTab.size(); in add() local 33 auto KV = StrTab.insert({Str, NextID}); in add()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 294 auto NextID = NextIDs[ID][C]; in TVIdxBuilder() local 295 Nodes[ID].NextIDs[C] = NextID; in TVIdxBuilder() 296 if (NextID >= 0) in TVIdxBuilder() 297 ++Nodes[NextID].InCount; in TVIdxBuilder() 324 auto NextID = Node.NextIDs[I]; in TVIdxBuilder() local 325 assert(NextID != 0 && "NextID should not point to the top"); in TVIdxBuilder() 326 if (NextID < 0) { in TVIdxBuilder() 334 auto &NextNode = Nodes[NextID]; in TVIdxBuilder() 350 Q.push_back(NextID); in TVIdxBuilder() 465 auto NextID = NextIDs[ID][MCDCCond]; in buildTestVector() local [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentCommandTraits.h | 198 unsigned NextID; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ReOptimizeLayer.cpp | 246 ReOptMaterializationUnitID MUID = NextID; in createMaterializationUnitState() 249 ++NextID; in createMaterializationUnitState()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILResource.cpp | 872 uint32_t NextID = 0; in populateResourceInfos() local 878 NextID = 0; in populateResourceInfos() 881 NextID = 0; in populateResourceInfos() 884 NextID = 0; in populateResourceInfos() 893 RI.setBindingID(NextID++); in populateResourceInfos()
|
| H A D | MemorySSA.cpp | 1528 nullptr, &StartingPoint, NextID++)); in buildMemorySSA() 1718 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++); in createMemoryPhi() 1826 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++); in createNewAccess()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 758 mcdc::ConditionID NextID = 0; member 778 bool isIdle() const { return (NextID == 0 && !NotMapped); } in isIdle() 783 bool isBuilding() const { return (NextID > 0); } in isBuilding() 819 if (NextID == 0) { in pushAndAssignIDs() 832 setCondID(E->getLHS(), NextID++); in pushAndAssignIDs() 835 mcdc::ConditionID RHSid = NextID++; in pushAndAssignIDs() 866 assert(NextID == 0); in getTotalConditionsAndReset() 871 unsigned TotalConds = NextID; in getTotalConditionsAndReset() 874 NextID = 0; in getTotalConditionsAndReset()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ReOptimizeLayer.h | 176 ReOptMaterializationUnitID NextID = 1; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaConcept.h | 222 uint16_t NextID; variable
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesWriter.cpp | 1441 unsigned NextID = Implementation->Contexts.size() + 1; in addContext() local 1446 Key, std::make_pair(NextID, EmptyVersionedInfo))) in addContext() 1449 Implementation->ContextNames[NextID] = NameID; in addContext() 1450 Implementation->ParentContexts[NextID] = RawParentCtxID; in addContext()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GIMatchTableExecutorImpl.h | 1481 uint64_t NextID = readULEB(); in executeMatchTable() local 1483 dbgs() << ", MIs[" << NextID << "]"); in executeMatchTable() 1484 for (const auto &MMO : State.MIs[NextID]->memoperands()) in executeMatchTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | Profile.cpp | 186 Node->ID = NextID++; in internPath()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 1885 : SemaRef(SemaRef), Callable(Callable), NextID(1) {} in SubsumptionChecker() 1888 assert((unsigned(NextID) + 1 < std::numeric_limits<uint16_t>::max()) && in getNewLiteralId() 1890 return NextID++; in getNewLiteralId()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 217 unsigned NextID, unsigned ID);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemorySSA.h | 911 unsigned NextID = 0;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 3052 unsigned NextID = SwitchCaseIDs.size(); in RecordSwitchCaseID() local 3053 SwitchCaseIDs[S] = NextID; in RecordSwitchCaseID() 3054 return NextID; in RecordSwitchCaseID()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3320 unsigned NextID, unsigned ID) { in checkValueID() argument 3321 if (ID < NextID) in checkValueID() 3323 Twine(NextID) + "' or greater"); in checkValueID()
|