Searched refs:setState (Results 1 – 10 of 10) sorted by relevance
| /src/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() 668 StateMap->setState(PInfo.getVar(), mapSetTypestateAttrState(STA)); in handleCall() 672 StateMap->setState(PInfo.getTmp(), mapSetTypestateAttrState(STA)); in handleCall() 766 StateMap->setState(Temp, Entry->second.getAsState(StateMap)); in VisitCXXBindTemporaryExpr() 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() 942 ElseStates->setState(Test.Var, invertConsumedUnconsumed(Test.TestsFor)); in splitVarStateForIf() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleContextTracker.cpp | 92 FSamples->getContext().setState(SyntheticContext); in moveContextSamples() 218 FSamples->getContext().setState(RawContext); in populateFuncToCtxtMap() 288 Samples->getContext().setState(InlinedContext); in getContextSamplesFor() 363 InlinedSamples->getContext().setState(InlinedContext); in markContextSamplesInlined() 559 ToSamples->getContext().setState(SyntheticContext); in mergeContextNode() 560 FromSamples->getContext().setState(MergedContext); in mergeContextNode() 567 FromSamples->getContext().setState(SyntheticContext); in mergeContextNode()
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 97 void setState(LibFunc F, AvailabilityState State) { in setState() function 166 setState(F, Unavailable); in setUnavailable() 171 setState(F, StandardName); in setAvailable() 178 setState(F, CustomName); in setAvailableWithName() 182 setState(F, StandardName); in setAvailableWithName()
|
| /src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | Consumed.h | 195 void setState(const VarDecl *Var, ConsumedState State); 198 void setState(const CXXBindTemporaryExpr *Tmp, ConsumedState State);
|
| /src/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats.h | 762 inline void setState(stats_state_e newstate) { state = newstate; } in setState() function 962 __kmp_stats_thread_ptr->setState(state_name)
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 765 EntryItr->second.setState(SymbolState::Materializing); in defineMaterializing() 965 SymI->second.setState(SymbolState::Resolved); in resolve() 1466 SymEntry.setState(SymbolState::NeverSearched); in defineImpl() 2671 SymK->second.setState(SymbolState::Materializing); in OL_completeLookup() 3119 Entry.setState(SymbolState::Ready); in IL_makeEDUReady() 3178 Entry.setState(SymbolState::Emitted); in IL_makeEDUEmitted()
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 613 void setState(ContextStateMask S) { State |= (uint32_t)S; } 851 Context.setState(SyntheticContext);
|
| /src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 1276 void setState(SymbolState State) { in setState() function
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 305 void setState(const MachineIRBuilderState &NewState) { State = NewState; } in setState() function
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 3563 MIB.setState(OldMIBState); in selectAndRestoreState()
|