Home
last modified time | relevance | path

Searched refs:Jumps (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp377 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 DSampleProfileInference.cpp1060 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 DFormatTokenSource.h154 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 DSampleProfileInference.h56 /// 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 DJumpDiagnostics.cpp73 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 DM68kInstrControl.td123 // Jumps
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrFormats.td423 // MSP430 Conditional Jumps Instructions
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp619 for (auto &Jump : Func.Jumps) { in findUnlikelyJumps()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td1107 Desc<"Jumps by a relative line offset from the current line.">;
1109 Arg<"AddressOrExpression">, Required, Desc<"Jumps to a specific address.">;