/llvm-project/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/mlir/lib/Analysis/DataFlow/ |
H A D | SparseAnalysis.cpp | 112 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) { visitOperation() local 193 if (auto branch = dyn_cast<RegionBranchOpInterface>(block->getParentOp())) { visitBlock() local 218 if (auto branch = visitBlock() local 238 visitRegionSuccessors(ProgramPoint point,RegionBranchOpInterface branch,RegionBranchPoint successor,ArrayRef<AbstractSparseLattice * > lattices) visitRegionSuccessors() argument 399 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) { visitOperation() local 404 if (auto branch = dyn_cast<BranchOpInterface>(op)) { visitOperation() local 488 if (auto branch = dyn_cast<RegionBranchOpInterface>(op->getParentOp())) { visitOperation() local 522 visitRegionSuccessors(RegionBranchOpInterface branch,ArrayRef<AbstractSparseLattice * > operandLattices) visitRegionSuccessors() argument 552 visitRegionSuccessorsFromTerminator(RegionBranchTerminatorOpInterface terminator,RegionBranchOpInterface branch) visitRegionSuccessorsFromTerminator() argument [all...] |
H A D | DenseAnalysis.cpp | 114 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) processOperation() local 163 if (auto branch = dyn_cast<RegionBranchOpInterface>(block->getParentOp())) visitBlock() local 186 visitRegionBranchOperation(ProgramPoint point,RegionBranchOpInterface branch,AbstractDenseLattice * after) visitRegionBranchOperation() argument 342 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) processOperation() local 401 if (auto branch = dyn_cast<RegionBranchOpInterface>(block->getParentOp())) { visitBlock() local 428 visitRegionBranchOperation(ProgramPoint point,RegionBranchOpInterface branch,RegionBranchPoint branchPoint,AbstractDenseLattice * before) visitRegionBranchOperation() argument [all...] |
H A D | DeadCodeAnalysis.cpp | 284 if (auto branch = dyn_cast<RegionBranchOpInterface>(op->getParentOp())) { in visit() local 369 std::optional<SmallVector<Attribute>> operands = getOperandValues(branch); in visitRegionBranchOperation() argument 252 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) { visit() local 272 if (auto branch = dyn_cast<RegionBranchOpInterface>(op->getParentOp())) { visit() local 353 visitBranchOperation(BranchOpInterface branch) visitBranchOperation() argument 394 visitRegionTerminator(Operation * op,RegionBranchOpInterface branch) visitRegionTerminator() argument [all...] |
/llvm-project/mlir/include/mlir/Analysis/DataFlow/ |
H A D | DenseAnalysis.h | 127 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitRegionBranchControlFlowTransfer() argument 244 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const LatticeT & before,LatticeT * after) visitRegionBranchControlFlowTransfer() argument 279 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitRegionBranchControlFlowTransfer() argument 366 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,RegionBranchPoint regionFrom,RegionBranchPoint regionTo,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitRegionBranchControlFlowTransfer() argument 495 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,RegionBranchPoint regionFrom,RegionBranchPoint regionTo,const LatticeT & after,LatticeT * before) visitRegionBranchControlFlowTransfer() argument 530 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,RegionBranchPoint regionForm,RegionBranchPoint regionTo,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitRegionBranchControlFlowTransfer() argument [all...] |
/llvm-project/llvm/test/MC/Mips/ |
H A D | double-expand.s | 6 branch: label
|
/llvm-project/lld/test/ELF/ |
H A D | riscv-undefined-weak.s | 72 branch: label
|
/llvm-project/clang/test/CodeGen/ |
H A D | builtin-unpredictable.c | 14 void branch(int x) { in branch() function
|
/llvm-project/mlir/lib/Analysis/AliasAnalysis/ |
H A D | LocalAliasAnalysis.cpp | 49 static void collectUnderlyingAddressValues(RegionBranchOpInterface branch, in collectUnderlyingAddressValues() 134 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) { in collectUnderlyingAddressValues() local 154 auto branch = dyn_cast<BranchOpInterface>((*it)->getTerminator()); in collectUnderlyingAddressValues() local 177 if (auto branch = dyn_cast<RegionBranchOpInterface>(op)) { in collectUnderlyingAddressValues() local
|
/llvm-project/mlir/lib/Transforms/ |
H A D | ControlFlowSink.cpp | 39 getOperation()->walk([&](RegionBranchOpInterface branch) { in runOnOperation()
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CoreEngine.h | 465 getTargetBlock(bool branch) getTargetBlock() argument 469 markInfeasible(bool branch) markInfeasible() argument 476 isFeasible(bool branch) isFeasible() argument
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | ControlFlowSinkUtils.cpp | 135 void mlir::getSinglyExecutedRegionsToSink(RegionBranchOpInterface branch, in getSinglyExecutedRegionsToSink()
|
H A D | RegionUtils.cpp | 729 auto branch = cast<BranchOpInterface>((*predIt)->getTerminator()); merge() local [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
H A D | LLVMToLLVMIRTranslation.cpp | 341 llvm::BranchInst *branch = convertOperationImpl() local 348 llvm::BranchInst *branch = builder.CreateCondBr( convertOperationImpl() local
|
/llvm-project/mlir/test/lib/Analysis/DataFlow/ |
H A D | TestDenseForwardDataFlowAnalysis.cpp | 179 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const LastModification & before,LastModification * after) visitRegionBranchControlFlowTransfer() argument
|
H A D | TestDenseBackwardDataFlowAnalysis.cpp | 173 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,RegionBranchPoint regionFrom,RegionBranchPoint regionTo,const NextAccess & after,NextAccess * before) visitRegionBranchControlFlowTransfer() argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | arc-repeated-weak.mm | 405 void branch(Test *a) { function
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Detensorize.cpp | 489 auto branch = runOnOperation() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 652 generateNode(ProgramStateRef State,bool branch,ExplodedNode * NodePred) generateNode() argument
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | StackArrays.cpp | 401 if (auto branch = mlir::dyn_cast<mlir::RegionBranchOpInterface>(op)) processOperation() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMInlining.cpp |
|
/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
H A D | AsyncToAsyncRuntime.cpp | 366 cf::BranchOp branch = cast<cf::BranchOp>(coro.entry->getTerminator()); in outlineExecuteOp() local
|
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/ |
H A D | TileAllocation.cpp | 408 __anon7d340b070902(auto branch) forEachPredecessorTileValue() argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | resolve-labels.cpp | 929 for (const auto &branch : branches) { CheckBranchesIntoDoBody() local [all...] |
/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.h | 1345 kmp_uint32 branch = minBranch; init() local
|