OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCRelocates
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp
508
for (const GCRelocateInst *Relocate : SI.
GCRelocates
) {
549
for (auto *Reloc : SI.
GCRelocates
)
558
removeDuplicateGCPtrs(SI.Bases, SI.Ptrs, SI.
GCRelocates
, *this,
561
SI.Ptrs.size() == SI.
GCRelocates
.size());
773
SI.
GCRelocates
.push_back(Relocate);
[
all
...]
SelectionDAGBuilder.h
732
SmallVector<const GCRelocateInst *, 16>
GCRelocates
;
[
all
...]
Completed in 116 milliseconds