Home
last modified time | relevance | path

Searched refs:CallID (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRangeSelectorTest.cpp136 StringRef CallID = "call"; in TEST() local
137 ast_matchers::internal::Matcher<Stmt> M = callExpr().bind(CallID); in TEST()
138 RangeSelector R = before(node(CallID.str())); in TEST()
141 const auto *E = Match.Result.Nodes.getNodeAs<Expr>(CallID); in TEST()
155 StringRef CallID = "call"; in TEST() local
156 ast_matchers::internal::Matcher<Stmt> M = callExpr().bind(CallID); in TEST()
161 const auto *E = Match.Result.Nodes.getNodeAs<Expr>(CallID); in TEST()
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp1021 const uint32_t CallID = Entry.Calls[I]; in visitAllCallsIn() local
1022 DEBUG(reportNumber(" Setting freq for call ID: ", CallID, 10)); in visitAllCallsIn()
1023 const CallDescription &CallDesc = D.Calls[CallID]; in visitAllCallsIn()
1025 CallFreqs[CallID] = Freq; in visitAllCallsIn()
1029 CallFreqs[CallID] = CounterVal; in visitAllCallsIn()
1034 if (CallFreqs[CallID] > 0) in visitAllCallsIn()
1036 CallFreqs[CallID]; in visitAllCallsIn()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5948 [&RepeatedSequenceLocs](unsigned CallID, unsigned NumBytesForCall) { in getOutliningCandidateInfo() argument
5950 C.setCallInfo(CallID, NumBytesForCall); in getOutliningCandidateInfo()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7141 [&RepeatedSequenceLocs](unsigned CallID, unsigned NumBytesForCall) { in getOutliningCandidateInfo() argument
7143 C.setCallInfo(CallID, NumBytesForCall); in getOutliningCandidateInfo()