Lines Matching defs:StatepointInstr
550 dyn_cast_or_null<InvokeInst>(SI.StatepointInstr)) {
720 LLVM_DEBUG(if (SI.StatepointInstr) dbgs()
721 << "Lowering statepoint " << *SI.StatepointInstr << "\n");
724 if (Reloc->getParent() == SI.StatepointInstr->getParent())
882 if (SI.StatepointInstr->getParent() == Relocate->getParent()) {
908 const Instruction *StatepointInstr = SI.StatepointInstr;
909 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr];
915 bool IsLocal = (Relocate->getParent() == StatepointInstr->getParent());
934 if (Relocate->getParent() != StatepointInstr->getParent())
1090 SI.StatepointInstr = &I;