| /llvm-project-15.0.7/llvm/lib/XRay/ |
| H A D | BlockPrinter.cpp | 15 CurrentState = State::Preamble; in visit() 21 if (CurrentState == State::Start) in visit() 25 CurrentState = State::Preamble; in visit() 30 CurrentState = State::Preamble; in visit() 35 CurrentState = State::Preamble; in visit() 45 CurrentState = State::Metadata; in visit() 54 CurrentState = State::Metadata; in visit() 64 CurrentState = State::CustomEvent; in visit() 92 CurrentState = State::Function; in visit() 99 CurrentState = State::Arg; in visit() [all …]
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 419 CurrentState.ObjCSelectorNameFound && CurrentState.BreakBeforeParameter && in mustBreak() 502 CurrentState.BreakBeforeParameter && CurrentState.FirstLessLess == 0) { in mustBreak() 650 CurrentState.LastSpace = CurrentState.VariablePos; in addTokenOnCurrentLine() 936 std::max(CurrentState.LastSpace, CurrentState.Indent) + in addTokenOnNewLine() 1079 std::max(CurrentState.LastSpace, CurrentState.Indent) + in getNewLineColumn() 1206 return std::max(CurrentState.LastSpace, CurrentState.Indent); in getNewLineColumn() 1377 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken() 1388 CurrentState.Indent = in moveStateToNextToken() 1390 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken() 1636 std::max(CurrentState.LastSpace, CurrentState.StartOfFunctionCall); in moveStatePastScopeOpener() [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPITypes.h | 31 Request(State S) : CurrentState{S} {} in Request() 34 Id.AddInteger(CurrentState); in Profile() 38 return CurrentState == ToCompare.CurrentState; 41 const State CurrentState; variable
|
| H A D | MPIBugReporter.cpp | 102 if (!PrevReq || (Req->CurrentState != PrevReq->CurrentState)) { in VisitNode()
|
| H A D | MPIChecker.cpp | 44 if (Req && Req->CurrentState == Request::State::Nonblocking) { in checkDoubleNonblocking() 114 if (Req.second.CurrentState == Request::State::Nonblocking) { in checkMissingWaits()
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/ |
| H A D | Pipeline.h | 59 State CurrentState; variable 72 Pipeline() : CurrentState(State::Created), Cycles(0) {} in Pipeline() 81 bool isPaused() const { return CurrentState == State::Paused; } in isPaused()
|
| /llvm-project-15.0.7/llvm/include/llvm/XRay/ |
| H A D | BlockPrinter.h | 36 State CurrentState = State::Start; variable 54 void reset() { CurrentState = State::Start; } in reset()
|
| /llvm-project-15.0.7/llvm/lib/MCA/ |
| H A D | Pipeline.cpp | 63 CurrentState = State::Started; in runCycle() 72 CurrentState = State::Paused; in runCycle()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 1209 int CurrentState = NullState; in emitCLRExceptionTable() local 1215 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable() 1216 while (CurrentState != StillPendingState) { in emitCLRExceptionTable() 1217 assert(CurrentState != NullState && in emitCLRExceptionTable() 1221 CurrentState, FuncletState}); in emitCLRExceptionTable() 1223 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState; in emitCLRExceptionTable() 1226 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable() 1230 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable() 1235 EnteredState != CurrentState; in emitCLRExceptionTable() 1244 HandlerStack.emplace_back(CurrentStartLabel, CurrentState); in emitCLRExceptionTable() [all …]
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 616 CurrentState(0) { in CalledOnceChecker() 723 assert(CurrentState.isVisited() && in check() 728 if (assignState(BB, CurrentState)) { in check() 741 CurrentState = joinSuccessors(BB); in check() 742 assert(CurrentState.isVisited() && in check() 905 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processCallFor() 912 Parameter, &CurrentState.getCallFor(Index), Call, in processCallFor() 932 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processEscapeFor() 1491 for (ParameterStatus &PS : CurrentState) { in markNoReturn() 1509 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(*Index); in checkSuppression() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 218 } CurrentState = FileStart; member in __anonb6ef144c0111::WebAssemblyAsmParser 617 CurrentState = EndFunction; in ParseInstruction() 763 if (CurrentState != DataSection) { in CheckDataSection() 769 CurrentState = DataSection; in CheckDataSection() 870 CurrentState = FunctionStart; in ParseDirective() 939 if (CurrentState != FunctionStart) in ParseDirective() 947 CurrentState = FunctionLocals; in ParseDirective() 980 if (CurrentState == FunctionStart) { in ensureLocals() 987 CurrentState = FunctionLocals; in ensureLocals() 1023 if (CurrentState == EndFunction) { in MatchAndEmitInstruction() [all …]
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 206 State CurrentState{State::Empty}; 702 assert(CurrentState == State::Disassembled && in addBasicBlockAt() 806 assert(CurrentState == State::Empty && in getRelocationAt() 817 assert(CurrentState == State::Empty && in getRelocationInRange() 830 CurrentState = State; in updateState() 1020 State getState() const { return CurrentState; } in getState() 1489 assert(CurrentState == State::CFG && "Can only add blocks in CFG state"); 2167 void setFinalized() { CurrentState = State::CFG_Finalized; } in setFinalized() 2170 CurrentState = State::EmittedCFG; 2173 CurrentState = State::Emitted;
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 419 << "\n State : " << CurrentState in print() 599 if (CurrentState == State::CFG) { in print() 1907 if (CurrentState != State::Disassembled) in buildCFG() 2145 CurrentState = State::CFG; in buildCFG() 2324 assert(CurrentState == State::Disassembled && "unexpected function state"); in annotateCFIState() 2881 assert(CurrentState == State::Empty && in setIgnored() 2904 CurrentState = State::Empty; in setIgnored() 3370 assert(CurrentState == State::Empty || CurrentState == State::Disassembled); in addEntryPointAtOffset() 3393 assert(CurrentState == State::CFG && in addEntryPoint() 4277 if (CurrentState == State::Disassembled) { in getInstructionAtOffset() [all …]
|
| H A D | Exceptions.cpp | 103 assert(CurrentState == State::Disassembled && "unexpected function state"); in parseLSDA() 361 assert(CurrentState == State::CFG_Finalized && "unexpected state"); in updateEHRanges()
|
| H A D | BinaryContext.cpp | 2161 BF->CurrentState = BinaryFunction::State::CFG; in createInjectedBinaryFunction()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2682 ProgramStateRef CurrentState = N->getState(); in VisitTrueTest() local 2691 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) || in VisitTrueTest() 2692 CurrentState->getSVal(Cond, LCtx).isUnknownOrUndef(); in VisitTrueTest()
|