Home
last modified time | relevance | path

Searched defs:branches (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/test/tools/llvm-cov/Inputs/
H A DshowExpansions.json1 CHECK: {"branches":[],"expansions": array
/llvm-project/flang/lib/Semantics/
H A Dresolve-labels.cpp926 CheckBranchesIntoDoBody(const SourceStmtList & branches,const TargetStmtMap & labels,const IndexList & loopBodies,SemanticsContext & context) CheckBranchesIntoDoBody() argument
981 CheckLabelDoConstraints(const SourceStmtList & dos,const SourceStmtList & branches,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckLabelDoConstraints() argument
1106 CheckBranchConstraints(const SourceStmtList & branches,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckBranchConstraints() argument
1178 const auto &branches{programUnit.otherStmtSources}; CheckConstraints() local
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp52 uint64_t branches = 0; member
755 int branches = 0, execBranches = 0, takenBranches = 0; in collectSourceLine() local
/llvm-project/llvm/docs/
H A DPasses.rst758 passes-mem2reg``lower-switch``: Lower ``SwitchInst``\\ s to branches global() argument