OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewStart
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
StackColoring.cpp
434
SlotIndex
NewStart
= Indexes->getMBBStartIdx(&MBB);
436
Intervals[i]->addSegment(LiveInterval::Segment(
NewStart
, F, ValNum));
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
703
unsigned
NewStart
, NewWidth;
706
NewStart
= Start;
707
NewWidth = std::max(End, SourceEnd) -
NewStart
;
710
NewStart
= SourceStart;
711
NewWidth = std::max(SourceEnd, End) -
NewStart
;
719
II->getArgOperand(3)->getType(),
NewStart
, false);
[
all
...]
Completed in 116 milliseconds