Home
last modified time | relevance | path

Searched defs:BlockCounts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp99 Value *BlockCounts[3] = {nullptr, nullptr, nullptr}; in processUse() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3581 auto BlockCounts = std::vector<uint64_t>(F->size()); in applyExtTsp() local