Searched refs:setState (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/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-14.2/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 97 void setState(LibFunc F, AvailabilityState State) { in setState() function 165 setState(F, Unavailable); in setUnavailable() 170 setState(F, StandardName); in setAvailable() 177 setState(F, CustomName); in setAvailableWithName() 181 setState(F, StandardName); in setAvailableWithName()
|
| /freebsd-14.2/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);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 748 EntryItr->second.setState(SymbolState::Materializing); in defineMaterializing() 1025 SymI->second.setState(SymbolState::Resolved); in resolve() 1105 SymEntry.setState(SymbolState::Emitted); in emit() 1112 SymEntry.setState(SymbolState::Ready); in emit() 1164 DependantSymEntry.setState(SymbolState::Ready); in emit() 1183 SymI->second.setState(SymbolState::Ready); in emit() 1763 SymEntry.setState(SymbolState::NeverSearched); in defineImpl() 2799 SymK->second.setState(SymbolState::Materializing); in OL_completeLookup()
|
| /freebsd-14.2/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)
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 612 void setState(ContextStateMask S) { State |= (uint32_t)S; } 850 Context.setState(SyntheticContext);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 302 void setState(const MachineIRBuilderState &NewState) { State = NewState; } in setState() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 1223 void setState(SymbolState State) { in setState() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 3575 MIB.setState(OldMIBState); in selectAndRestoreState()
|