OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shrinkToUses
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMemIntrinsicResults.cpp
137
LIS.
shrinkToUses
(FromLI);
WebAssemblyRegStackify.cpp
504
static void
shrinkToUses
(LiveInterval &LI, LiveIntervals &LIS) {
505
if (LIS.
shrinkToUses
(&LI)) {
583
shrinkToUses
(LI, LIS);
660
shrinkToUses
(LI, LIS);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervals.h
161
bool
shrinkToUses
(LiveInterval *li,
165
///
shrinkToUses
(LiveInterval *li, SmallVectorImpl<MachineInstr*> *dead)
170
void
shrinkToUses
(LiveInterval::SubRange &SR, Register Reg);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp
73
STATISTIC(NumShrinkToUses, "Number of
shrinkToUses
called");
149
///
shrinkToUses
() later.
332
/// Wrapper method for \see LiveIntervals::
shrinkToUses
.
335
void
shrinkToUses
(LiveInterval *LI,
338
if (LIS->
shrinkToUses
(LI, Dead)) {
729
shrinkToUses
(&IntA);
1236
shrinkToUses
(&IntB);
1239
shrinkToUses
(&IntA);
1571
shrinkToUses
(&SrcInt, &DeadDefs);
1682
// defs of DstReg in it as <undef>, so that
shrinkToUses
woul
[
all
...]
LiveRangeEdit.cpp
345
// FIXME: It would be better to have something like
shrinkToUses
() for
414
if (!LIS.
shrinkToUses
(LI, &Dead))
RenameIndependentSubregs.cpp
373
LIS->
shrinkToUses
(&LI);
LiveIntervals.cpp
456
bool LiveIntervals::
shrinkToUses
(LiveInterval *li,
465
shrinkToUses
(S, li->reg());
563
void LiveIntervals::
shrinkToUses
(LiveInterval::SubRange &SR, Register Reg) {
SplitKit.cpp
198
.
shrinkToUses
(const_cast<LiveInterval*>(CurLI));
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp
533
LIS->
shrinkToUses
(S, Reg);
Completed in 29 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026