Home
last modified time | relevance | path

Searched refs:setState (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp451 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 DSampleContextTracker.cpp92 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 DTargetLibraryInfo.h97 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 DConsumed.h195 void setState(const VarDecl *Var, ConsumedState State);
198 void setState(const CXXBindTemporaryExpr *Tmp, ConsumedState State);
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h762 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 DCore.cpp765 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 DSampleProf.h613 void setState(ContextStateMask S) { State |= (uint32_t)S; }
851 Context.setState(SyntheticContext);
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1276 void setState(SymbolState State) { in setState() function
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h305 void setState(const MachineIRBuilderState &NewState) { State = NewState; } in setState() function
/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3563 MIB.setState(OldMIBState); in selectAndRestoreState()