Home
last modified time | relevance | path

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

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