Searched refs:setState (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 451 StateMap->setState(PInfo.getVar(), State); in setStateForVarOrTmp() 453 StateMap->setState(PInfo.getTmp(), State); in setStateForVarOrTmp() 873 StateMap->setState(Param, ParamState); in VisitParmVarDecl() 925 StateMap->setState(Var, St); in VisitVarDecl() 931 StateMap->setState(Var, consumed::CS_Unknown); in VisitVarDecl() 941 ThenStates->setState(Test.Var, Test.TestsFor); in splitVarStateForIf() 962 ThenStates->setState(LTest.Var, LTest.TestsFor); in splitVarStateForIfBinOp() 973 ElseStates->setState(LTest.Var, in splitVarStateForIfBinOp() 995 ElseStates->setState(RTest.Var, in splitVarStateForIfBinOp() 1276 CurrStates->setState(Test.Var, Test.TestsFor); in splitState() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 62 void setState(LibFunc F, AvailabilityState State) { in setState() function 122 setState(F, Unavailable); in setUnavailable() 127 setState(F, StandardName); in setAvailable() 134 setState(F, CustomName); in setAvailableWithName() 138 setState(F, StandardName); in setAvailableWithName()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleContextTracker.cpp | 90 FSamples->getContext().setState(SyntheticContext); in moveToChildContext() 254 Samples->getContext().setState(InlinedContext); in getContextSamplesFor() 328 InlinedSamples->getContext().setState(InlinedContext); in markContextSamplesInlined() 511 ToSamples->getContext().setState(SyntheticContext); in mergeContextNode() 512 FromSamples->getContext().setState(MergedContext); in mergeContextNode() 516 FromSamples->getContext().setState(SyntheticContext); in mergeContextNode()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | Consumed.h | 192 void setState(const VarDecl *Var, ConsumedState State); 195 void setState(const CXXBindTemporaryExpr *Tmp, ConsumedState State);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 687 EntryItr->second.setState(SymbolState::Materializing); in defineMaterializing() 967 SymI->second.setState(SymbolState::Resolved); in resolve() 1043 SymEntry.setState(SymbolState::Emitted); in emit() 1050 SymEntry.setState(SymbolState::Ready); in emit() 1102 DependantSymEntry.setState(SymbolState::Ready); in emit() 1121 SymI->second.setState(SymbolState::Ready); in emit() 1643 SymEntry.setState(SymbolState::NeverSearched); in defineImpl() 2544 SymK->second.setState(SymbolState::Materializing); in OL_completeLookup()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats.h | 755 inline void setState(stats_state_e newstate) { state = newstate; } in setState() function 955 __kmp_stats_thread_ptr->setState(state_name)
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 478 void setState(ContextStateMask S) { State |= (uint32_t)S; }
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 1113 void setState(SymbolState State) { in setState() function
|