Searched refs:Jumps (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 377 Jumps(1, Jump) {} in hasCachedMergeGain() 385 const std::vector<JumpT *> &jumps() const { return Jumps; } in setCachedMergeGain() 387 void appendJump(JumpT *Jump) { Jumps.push_back(Jump); } in setCachedMergeGain() 390 Jumps.insert(Jumps.end(), Other->Jumps.begin(), Other->Jumps.end()); in setCachedMergeGain() 391 Other->Jumps.clear(); in setCachedMergeGain() 392 Other->Jumps.shrink_to_fit(); in setCachedMergeGain() 437 std::vector<JumpT *> Jumps; in inCount() 412 std::vector<JumpT *> Jumps; global() member 801 auto Jumps = Edge->jumps(); getBestMergeGain() local 873 computeMergeGain(const ChainT * ChainPred,const ChainT * ChainSucc,const std::vector<JumpT * > & Jumps,size_t MergeOffset,MergeTypeT MergeType) const computeMergeGain() argument [all...] |
H A D | SampleProfileInference.cpp | 1060 uint64_t NumJumps = Func.Jumps.size(); in initializeNetwork() 1104 auto &Jump = Func.Jumps[J]; in initializeNetwork() 1187 uint64_t NumJumps = Func.Jumps.size(); in extractWeights() 1191 auto &Jump = Func.Jumps[J]; in extractWeights() 1209 for (auto &Jump : Func.Jumps) { in extractWeights() 1251 for (auto &Jump : Func.Jumps) { in verifyInput() 1262 for (const auto &Jump : Func.Jumps) { in verifyOutput() 1288 for (const auto &Jump : Func.Jumps) { in verifyOutput() 1331 for (FlowJump &Jump : Func.Jumps) { in applyFlowInference()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatTokenSource.h | 154 Jumps[Tokens.size() - 1] = Position; in insertTokens() 168 auto it = Jumps.find(Next); in successor() 169 if (it != Jumps.end()) { in successor() 171 assert(!Jumps.contains(Next)); in successor() 188 llvm::DenseMap<int, int> Jumps; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileInference.h | 56 /// Jumps between the basic blocks. 57 std::vector<FlowJump> Jumps; member 221 for (auto &Jump : Func.Jumps) { in apply() 268 Func.Jumps.push_back(Jump); in createFlowFunction() 271 for (auto &Jump : Func.Jumps) { in createFlowFunction()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 73 SmallVector<Stmt*, 16> Jumps; member in __anon116d3ae30111::JumpScopeChecker 366 Jumps.push_back(S); in BuildScopeInformation() 666 while (!Jumps.empty()) { in VerifyJumps() 667 Stmt *Jump = Jumps.pop_back_val(); in VerifyJumps()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrControl.td | 123 // Jumps
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrFormats.td | 423 // MSP430 Conditional Jumps Instructions
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 619 for (auto &Jump : Func.Jumps) { in findUnlikelyJumps()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | Options.td | 1107 Desc<"Jumps by a relative line offset from the current line.">; 1109 Arg<"AddressOrExpression">, Required, Desc<"Jumps to a specific address.">;
|