Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp207 auto &CurrentBlocks = StreamData[Idx].second; setStreamSize() local
213 auto CurrentBlocks = ArrayRef<uint32_t>(StreamData[Idx].second); setStreamSize() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h228 std::vector<SIScheduleBlock*> CurrentBlocks; variable