Home
last modified time | relevance | path

Searched refs:findLiveInMBBs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h228 bool findLiveInMBBs(SlotIndex Start, SlotIndex End, in findLiveInMBBs() function
230 return Indexes->findLiveInMBBs(Start, End, MBBs); in findLiveInMBBs()
DSlotIndexes.h484 bool findLiveInMBBs(SlotIndex start, SlotIndex end,
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp242 if (!Indexes->findLiveInMBBs(I->start, I->end, LiveIn)) in addMBBLiveIns()