Searched refs:NextState (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 730 uint64_t NextState = TPath.getExitValue(); in isLegalAndProfitableToTransform() local 738 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform() 751 VisitedBB = getClonedBB(BB, NextState, DuplicateMap); in isLegalAndProfitableToTransform() 755 DuplicateMap[BB].push_back({BB, NextState}); in isLegalAndProfitableToTransform() 875 uint64_t NextState = Path.getExitValue(); in createExitPath() local 901 BB, PrevBB, NextState, DuplicateMap, NewDefs, DTU); in createExitPath() 902 DuplicateMap[BB].push_back({NewBB, NextState}); in createExitPath() 1108 uint64_t NextState = TPath.getExitValue(); in updateLastSuccessor() local 1162 BasicBlock *getClonedBB(BasicBlock *BB, uint64_t NextState, in getClonedBB() 1169 return C.State == NextState; in getClonedBB() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 312 FirstVisitState = FirstVisitState->NextState; in allocateVisitState() 313 Result->NextState = nullptr; in allocateVisitState() 322 assert(State->NextState == nullptr && "Visited state is in list?"); in returnVisitState() 323 State->NextState = FirstVisitState; in returnVisitState()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 109 delete NextState; in ~VisitState() local 124 VisitState *NextState = nullptr; member
|