OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Remat
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRangeEdit.h
138
/// original reg and are dead after
remat
.
201
///
Remat
- Information needed to rematerialize at a specific location.
202
struct
Remat
{
203
VNInfo *ParentVNI; // parent_'s value at the
remat
location.
205
// the real expr for
remat
.
207
explicit
Remat
(VNInfo *ParentVNI) : ParentVNI(ParentVNI) {}
213
bool canRematerializeAt(
Remat
&RM, VNInfo *OrigVNI, SlotIndex UseIdx,
222
const
Remat
&RM, const TargetRegisterInfo &,
Completed in 19 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026