Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp568 if (auto *StInvoke = dyn_cast_or_null<InvokeInst>(SI.StatepointInstr)) { in lowerStatepointMetaArgs()
736 LLVM_DEBUG(dbgs() << "Lowering statepoint " << *SI.StatepointInstr << "\n"); in LowerAsSTATEPOINT()
739 if (Reloc->getParent() == SI.StatepointInstr->getParent()) in LowerAsSTATEPOINT()
911 const Instruction *StatepointInstr = SI.StatepointInstr; in LowerAsSTATEPOINT() local
912 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr]; in LowerAsSTATEPOINT()
932 if (Relocate->getParent() != StatepointInstr->getParent()) in LowerAsSTATEPOINT()
1064 SI.StatepointInstr = &I; in LowerStatepoint()
H A DSelectionDAGBuilder.h591 const Instruction *StatepointInstr = nullptr; member