Home
last modified time | relevance | path

Searched refs:appendJump (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DExtTSPReorderAlgorithm.cpp317 void appendJump(Block *SrcBlock, Block *DstBlock, uint64_t EC) { in appendJump() function in llvm::bolt::Edge
529 CurEdge->appendJump(&Block, SuccBlock, Jump.second); in initialize()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp321 void appendJump(Jump *Jump) { Jumps.push_back(Jump); } in appendJump() function in __anon97d149770111::ChainEdge
523 CurEdge->appendJump(Jump); in initialize()