Home
last modified time | relevance | path

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

12

/llvm-project/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/mlir/lib/Analysis/DataFlow/
H A DSparseAnalysis.cpp112 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 DDenseAnalysis.cpp114 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 DDeadCodeAnalysis.cpp284 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 DDenseAnalysis.h127 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 Ddouble-expand.s6 branch: label
/llvm-project/lld/test/ELF/
H A Driscv-undefined-weak.s72 branch: label
/llvm-project/clang/test/CodeGen/
H A Dbuiltin-unpredictable.c14 void branch(int x) { in branch() function
/llvm-project/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp49 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 DControlFlowSink.cpp39 getOperation()->walk([&](RegionBranchOpInterface branch) { in runOnOperation()
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h465 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 DControlFlowSinkUtils.cpp135 void mlir::getSinglyExecutedRegionsToSink(RegionBranchOpInterface branch, in getSinglyExecutedRegionsToSink()
H A DRegionUtils.cpp729 auto branch = cast<BranchOpInterface>((*predIt)->getTerminator()); merge() local
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp341 llvm::BranchInst *branch = convertOperationImpl() local
348 llvm::BranchInst *branch = builder.CreateCondBr( convertOperationImpl() local
/llvm-project/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseForwardDataFlowAnalysis.cpp179 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,std::optional<unsigned> regionFrom,std::optional<unsigned> regionTo,const LastModification & before,LastModification * after) visitRegionBranchControlFlowTransfer() argument
H A DTestDenseBackwardDataFlowAnalysis.cpp173 visitRegionBranchControlFlowTransfer(RegionBranchOpInterface branch,RegionBranchPoint regionFrom,RegionBranchPoint regionTo,const NextAccess & after,NextAccess * before) visitRegionBranchControlFlowTransfer() argument
/llvm-project/clang/test/SemaObjC/
H A Darc-repeated-weak.mm405 void branch(Test *a) { function
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDetensorize.cpp489 auto branch = runOnOperation() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp652 generateNode(ProgramStateRef State,bool branch,ExplodedNode * NodePred) generateNode() argument
/llvm-project/flang/lib/Optimizer/Transforms/
H A DStackArrays.cpp401 if (auto branch = mlir::dyn_cast<mlir::RegionBranchOpInterface>(op)) processOperation() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMInlining.cpp
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp366 cf::BranchOp branch = cast<cf::BranchOp>(coro.entry->getTerminator()); in outlineExecuteOp() local
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DTileAllocation.cpp408 __anon7d340b070902(auto branch) forEachPredecessorTileValue() argument
/llvm-project/flang/lib/Semantics/
H A Dresolve-labels.cpp929 for (const auto &branch : branches) { CheckBranchesIntoDoBody() local
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1345 kmp_uint32 branch = minBranch; init() local

12