OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatepointInstr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp
505
const Instruction *
StatepointInstr
= SI.
StatepointInstr
;
506
auto &SpillMap = Builder.FuncInfo.StatepointSpillMaps[
StatepointInstr
];
530
if (Relocate->getParent() !=
StatepointInstr
->getParent())
550
if (Reloc->getParent() == SI.
StatepointInstr
->getParent())
559
FuncInfo.StatepointSpillMaps[SI.
StatepointInstr
]);
779
SI.
StatepointInstr
= ISP.getInstruction();
[
all
...]
SelectionDAGBuilder.h
738
const Instruction *
StatepointInstr
= nullptr;
[
all
...]
Completed in 61 milliseconds