OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRegMaskSlotsInBlock
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
314
///
getRegMaskSlotsInBlock
- Returns a sorted array of slot indices of all
317
ArrayRef<SlotIndex>
getRegMaskSlotsInBlock
(unsigned MBBNum) const {
327
/// to
getRegMaskSlotsInBlock
(MBBNum).
/external/llvm/lib/CodeGen/
InterferenceCache.cpp
163
RegMaskSlots = LIS->
getRegMaskSlotsInBlock
(MBBNum);
LiveIntervalAnalysis.cpp
657
Slots =
getRegMaskSlotsInBlock
(MBB->getNumber());
[
all
...]
RegAllocGreedy.cpp
[
all
...]
Completed in 36 milliseconds