| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | braces-around-statements-constexpr-if-templates.cpp | 25 constexpr bool branch = false; in shouldFailNonTemplate() local 35 constexpr bool branch = false; in shouldPass() local
|
| /llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/ |
| H A D | DenseAnalysis.cpp | 57 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) in visitOperation() local 119 if (auto branch = dyn_cast<RegionBranchOpInterface>(block->getParentOp())) in visitBlock() local 142 ProgramPoint point, RegionBranchOpInterface branch, in visitRegionBranchOperation()
|
| H A D | SparseAnalysis.cpp | 102 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) { in visitOperation() local 179 if (auto branch = dyn_cast<RegionBranchOpInterface>(block->getParentOp())) { in visitBlock() local 204 if (auto branch = in visitBlock() local 224 ProgramPoint point, RegionBranchOpInterface branch, in visitRegionSuccessors()
|
| H A D | DeadCodeAnalysis.cpp | 235 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) { in visit() local 255 if (auto branch = dyn_cast<RegionBranchOpInterface>(op->getParentOp())) { in visit() local 267 if (auto branch = dyn_cast<BranchOpInterface>(op)) { in visit() local 336 void DeadCodeAnalysis::visitBranchOperation(BranchOpInterface branch) { in visitBranchOperation() 352 RegionBranchOpInterface branch) { in visitRegionBranchOperation() 377 RegionBranchOpInterface branch) { in visitRegionTerminator()
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | double-expand.s | 6 branch: label
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | riscv-undefined-weak.s | 70 branch: label
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | builtin-unpredictable.c | 14 void branch(int x) { in branch() function
|
| /llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/ |
| H A D | LocalAliasAnalysis.cpp | 36 static void collectUnderlyingAddressValues(RegionBranchOpInterface branch, in collectUnderlyingAddressValues() 123 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) { in collectUnderlyingAddressValues() local 143 auto branch = dyn_cast<BranchOpInterface>((*it)->getTerminator()); in collectUnderlyingAddressValues() local 166 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) { in collectUnderlyingAddressValues() local
|
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | ControlFlowSink.cpp | 35 getOperation()->walk([&](RegionBranchOpInterface branch) { in runOnOperation()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CoreEngine.h | 468 const CFGBlock *getTargetBlock(bool branch) const { in getTargetBlock() 472 void markInfeasible(bool branch) { in markInfeasible() 479 bool isFeasible(bool branch) { in isFeasible()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | ControlFlowSinkUtils.cpp | 135 void mlir::getSinglyExecutedRegionsToSink(RegionBranchOpInterface branch, in getSinglyExecutedRegionsToSink()
|
| H A D | RegionUtils.cpp | 630 auto branch = cast<BranchOpInterface>((*predIt)->getTerminator()); in merge() local
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
| H A D | LLVMToLLVMIRTranslation.cpp | 410 llvm::BranchInst *branch = in convertOperationImpl() local 428 llvm::BranchInst *branch = builder.CreateCondBr( in convertOperationImpl() local
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc-repeated-weak.mm | 393 void branch(Test *a) { function
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 665 bool branch, in generateNode()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/ |
| H A D | AsyncToAsyncRuntime.cpp | 308 cf::BranchOp branch = cast<cf::BranchOp>(coro.entry->getTerminator()); in outlineExecuteOp() local
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ModuleTranslation.cpp | 443 auto branch = cast<BranchOpInterface>(terminator); in getPHISourceValue() local
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_affinity.h | 1105 kmp_uint32 branch = minBranch; in init() local
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-labels.cpp | 869 for (const auto &branch : branches) { in CheckBranchesIntoDoBody() local
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1350 bool branch = false; in getMutexIDs() local
|