Searched refs:StatepointInstr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp604 const Instruction *StatepointInstr = SI.StatepointInstr; local
605 auto &SpillMap = Builder.FuncInfo.StatepointSpillMaps[StatepointInstr];
629 if (Relocate->getParent() != StatepointInstr->getParent())
649 if (Reloc->getParent() == SI.StatepointInstr->getParent())
658 FuncInfo.StatepointSpillMaps[SI.StatepointInstr]);
880 SI.StatepointInstr = ISP.getInstruction();
H A DSelectionDAGBuilder.h596 const Instruction *StatepointInstr = nullptr; member in struct:llvm::SelectionDAGBuilder::StatepointLoweringInfo

Completed in 108 milliseconds