Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DDFAJumpThreading.cpp730 uint64_t NextState = TPath.getExitValue(); in isLegalAndProfitableToTransform() local
735 BasicBlock *VisitedBB = getClonedBB(BB, NextState, DuplicateMap); in isLegalAndProfitableToTransform()
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
892 BasicBlock *NextBB = getClonedBB(BB, NextState, DuplicateMap); in createExitPath()
901 BB, PrevBB, NextState, DuplicateMap, NewDefs, DTU); in createExitPath()
902 DuplicateMap[BB].push_back({NewBB, NextState}); in createExitPath()
967 uint64_t NextState, in cloneBlockAndUpdatePredecessor()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DModuleManager.cpp312 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-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DModuleManager.h109 delete NextState; in ~VisitState() local
124 VisitState *NextState = nullptr; member