OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createDeadDef
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
LiveInterval.cpp
61
VNInfo *
createDeadDef
(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator) {
320
VNInfo *LiveRange::
createDeadDef
(SlotIndex Def,
324
return CalcLiveRangeUtilSet(this).
createDeadDef
(Def, VNInfoAllocator);
326
return CalcLiveRangeUtilVector(this).
createDeadDef
(Def, VNInfoAllocator);
[
all
...]
LiveRangeCalc.cpp
43
static void
createDeadDef
(SlotIndexes &Indexes, VNInfo::Allocator &Alloc,
50
LR.
createDeadDef
(DefIdx, Alloc);
58
//
createDeadDef
() will deduplicate.
94
createDeadDef
(*Indexes, *Alloc, *CommonRange, MO);
101
createDeadDef
(*Indexes, *Alloc, *NewRange, MO);
108
createDeadDef
(*Indexes, *Alloc, LI, MO);
135
// LR.
createDeadDef
() will deduplicate.
137
createDeadDef
(*Indexes, *Alloc, LR, MO);
Completed in 74 milliseconds