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/
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/
DCFG.cpp471 using JumpSource = BlockScopePosPair; typedef in __anon7cc3e1b90411::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()