Searched defs:branches (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/test/tools/llvm-cov/Inputs/ |
H A D | showExpansions.json | 1 CHECK: {"branches":[],"expansions": array
|
/llvm-project/flang/lib/Semantics/ |
H A D | resolve-labels.cpp | 926 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 D | GCOV.cpp | 52 uint64_t branches = 0; member 755 int branches = 0, execBranches = 0, takenBranches = 0; in collectSourceLine() local
|
/llvm-project/llvm/docs/ |
H A D | Passes.rst | 758 passes-mem2reg``lower-switch``: Lower ``SwitchInst``\\ s to branches global() argument
|