Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp903 auto JumpSource = &Func.Blocks[Jump->Source]; in ignoreJump() local
911 if (!JumpTarget->HasUnknownWeight && JumpSource == SrcBlock) in ignoreJump()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp487 using JumpSource = BlockScopePosPair; typedef in __anonef2f84bd0411::CFGBuilder
519 using BackpatchBlocksTy = std::vector<JumpSource>;
3463 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGotoStmt()
3488 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGCCAsmStmt()
3491 BackpatchBlocks.push_back(JumpSource(Succ, ScopePos)); in VisitGCCAsmStmt()