Searched refs:NextState (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 783 uint64_t NextState = TPath.getExitValue(); in isLegalAndProfitableToTransform() local 791 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform() 804 VisitedBB = getClonedBB(BB, NextState, DuplicateMap); in isLegalAndProfitableToTransform() 808 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform() 938 uint64_t NextState = Path.getExitValue(); in createExitPath() local 964 BB, PrevBB, NextState, DuplicateMap, NewDefs, DTU); in createExitPath() 965 DuplicateMap[BB].push_back({NewBB, NextState}); in createExitPath() 1181 uint64_t NextState = TPath.getExitValue(); in updateLastSuccessor() local 1235 BasicBlock *getClonedBB(BasicBlock *BB, uint64_t NextState, in getClonedBB() 1242 return C.State == NextState; in getClonedBB() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/ |
| H A D | GLR.cpp | 242 StateID NextState = Rest.front().first; in glrShift() local 246 if (Base.first != NextState) in glrShift() 253 NextState, Parents.size())); in glrShift() 254 NewHeads.push_back(Params.GSStack.addNode(NextState, &NewTok, Parents)); in glrShift() 505 auto NextState = Lang.Table.getGoToState(Base->State, F.Symbol); in pushNext() local 507 FamilyBases.emplace_back(*NextState, Base); in pushNext() 530 StateID NextState = BasesLeft.front().first; in pushNext() local 533 if (Base.first != NextState) in pushNext() 583 auto NextState = Lang.Table.getGoToState(Base->State, Rule.Target); in popAndPushTrivial() local 584 assert(NextState.has_value() && "goto must succeed after reduce!"); in popAndPushTrivial() [all …]
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 311 FirstVisitState = std::move(Result->NextState); in allocateVisitState() 320 assert(State->NextState == nullptr && "Visited state is in list?"); in returnVisitState() 321 State->NextState = std::move(FirstVisitState); in returnVisitState()
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 120 std::unique_ptr<VisitState> NextState; member
|