Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp892 auto JumpSource = &Func.Blocks[Jump->Source]; in ignoreJump() local
900 if (!JumpTarget->UnknownWeight && JumpSource == SrcBlock) in ignoreJump()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp467 using JumpSource = BlockScopePosPair; typedef in __anon8d78c9ed0411::CFGBuilder
499 using BackpatchBlocksTy = std::vector<JumpSource>;
3399 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGotoStmt()
3424 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGCCAsmStmt()
3427 BackpatchBlocks.push_back(JumpSource(Succ, ScopePos)); in VisitGCCAsmStmt()