OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shrinkToUses
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
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/lib/CodeGen/
LiveIntervals.cpp
456
bool LiveIntervals::
shrinkToUses
(LiveInterval *li,
465
shrinkToUses
(S, li->reg());
563
void LiveIntervals::
shrinkToUses
(LiveInterval::SubRange &SR, Register Reg) {
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
...]
Completed in 23 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026