Home
last modified time | relevance | path

Searched defs:branch (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dbraces-around-statements-constexpr-if-templates.cpp25 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 DDenseAnalysis.cpp57 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 DSparseAnalysis.cpp102 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 DDeadCodeAnalysis.cpp235 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 Ddouble-expand.s6 branch: label
/llvm-project-15.0.7/lld/test/ELF/
H A Driscv-undefined-weak.s70 branch: label
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltin-unpredictable.c14 void branch(int x) { in branch() function
/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp36 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 DControlFlowSink.cpp35 getOperation()->walk([&](RegionBranchOpInterface branch) { in runOnOperation()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h468 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 DControlFlowSinkUtils.cpp135 void mlir::getSinglyExecutedRegionsToSink(RegionBranchOpInterface branch, in getSinglyExecutedRegionsToSink()
H A DRegionUtils.cpp630 auto branch = cast<BranchOpInterface>((*predIt)->getTerminator()); in merge() local
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp410 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 Darc-repeated-weak.mm393 void branch(Test *a) { function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp665 bool branch, in generateNode()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp308 cf::BranchOp branch = cast<cf::BranchOp>(coro.entry->getTerminator()); in outlineExecuteOp() local
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp443 auto branch = cast<BranchOpInterface>(terminator); in getPHISourceValue() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.h1105 kmp_uint32 branch = minBranch; in init() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp869 for (const auto &branch : branches) { in CheckBranchesIntoDoBody() local
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp1350 bool branch = false; in getMutexIDs() local