Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp902 auto JumpSource = &Func.Blocks[Jump->Source]; in ignoreJump() local
910 if (!JumpTarget->HasUnknownWeight && JumpSource == SrcBlock) in ignoreJump()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp471 using JumpSource = BlockScopePosPair; typedef in __anon76ebc3340411::CFGBuilder
503 using BackpatchBlocksTy = std::vector<JumpSource>;
3460 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGotoStmt()
3485 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGCCAsmStmt()
3488 BackpatchBlocks.push_back(JumpSource(Succ, ScopePos)); in VisitGCCAsmStmt()