Home
last modified time | relevance | path

Searched defs:blockCount (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/IRDL/
H A DIRDLVerifiers.h249 std::optional<size_t> blockCount; member
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h80 unsigned blockCount() const { blockCount() function
H A DCoreEngine.h222 unsigned blockCount() const { blockCount() function
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp584 doAsyncDispatch(ImplicitLocOpBuilder & b,PatternRewriter & rewriter,ParallelComputeFunction & parallelComputeFunction,scf::ParallelOp op,Value blockSize,Value blockCount,const SmallVector<Value> & tripCounts) doAsyncDispatch() argument
656 doSequentialDispatch(ImplicitLocOpBuilder & b,PatternRewriter & rewriter,ParallelComputeFunction & parallelComputeFunction,scf::ParallelOp op,Value blockSize,Value blockCount,const SmallVector<Value> & tripCounts) doSequentialDispatch() argument
875 Value blockCount = b.create<arith::CeilDivSIOp>(tripCount, blockSize); matchAndRewrite() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp212 unsigned blockCount) { in createIteratorPosition() argument
/llvm-project/mlir/lib/Bytecode/Writer/
H A DIRNumbering.cpp406 size_t blockCount = 0; number() local
/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp429 const CFGBlock *blk, unsigned blockCount, unsigned idx) { in getStackFrame()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp300 getBlockPointer(const BlockDecl * block,CanQualType locTy,const LocationContext * locContext,unsigned blockCount) getBlockPointer() argument
H A DExprEngineCXX.cpp1002 unsigned blockCount = currBldrCtx->blockCount(); VisitCXXNewExpr() local
H A DMemRegion.cpp1124 getBlockDataRegion(const BlockCodeRegion * BC,const LocationContext * LC,unsigned blockCount) getBlockDataRegion() argument