OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockStart
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.cpp
842
SlotIndex
BlockStart
, BlockEnd;
843
tie(
BlockStart
, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB);
846
if (Start !=
BlockStart
) {
847
VNInfo *VNI = LI->extendInBlock(
BlockStart
,
858
BlockStart
= BlockEnd;
862
assert(Start <=
BlockStart
&& "Expected live-in block");
863
while (
BlockStart
< End) {
866
if (
BlockStart
== ParentVNI->def) {
869
VNInfo *VNI = LI->extendInBlock(
BlockStart
,
890
BlockStart
= BlockEnd
[
all
...]
LiveIntervalAnalysis.cpp
804
SlotIndex
BlockStart
= getMBBStartIdx(MBB);
807
if (VNInfo *ExtVNI = NewLI.extendInBlock(
BlockStart
, Idx)) {
811
if (!VNI->isPHIDef() || VNI->def !=
BlockStart
|| !UsedPHIs.insert(VNI))
828
DEBUG(dbgs() << " live-in at " <<
BlockStart
<< '\n');
829
NewLI.addRange(LiveRange(
BlockStart
, Idx.getNextSlot(), VNI));
[
all
...]
Completed in 36 milliseconds