Searched refs:GCRelocateOperands (Results 1 – 7 of 7) sorted by relevance
28 class GCRelocateOperands; variable138 std::vector<GCRelocateOperands> getRelocates(ImmutableStatepoint &IS);185 class GCRelocateOperands {189 GCRelocateOperands(const User* U) : RelocateCS(U) { in GCRelocateOperands() function192 GCRelocateOperands(const Instruction *inst) : RelocateCS(inst) { in GCRelocateOperands() function195 GCRelocateOperands(CallSite CS) : RelocateCS(CS) { in GCRelocateOperands() function255 std::vector<GCRelocateOperands>259 std::vector<GCRelocateOperands> res; in getRelocates()268 res.push_back(GCRelocateOperands(U)); in getRelocates()290 res.push_back(GCRelocateOperands(U)); in getRelocates()
333 for (GCRelocateOperands relocateOpers : in getIncomingStatepointGCValues()703 GCRelocateOperands relocateOpers(&CI); in visitGCRelocate()
574 GCRelocateOperands RelocateInst(I); in isDereferenceablePointer()
3306 GCRelocateOperands ops(&CI); in visitIntrinsicFunctionCall()3353 GCRelocateOperands Operands(&CI); in visitIntrinsicFunctionCall()
532 GCRelocateOperands ThisRelocate(U); in computeBaseDerivedRelocateMap()581 GCRelocateOperands MasterRelocate(RelocatedBase); in simplifyRelocatesOffABase()582 GCRelocateOperands ThisRelocate(ToReplace); in simplifyRelocatesOffABase()
1338 GCRelocateOperands relocateOperands(relocatedValue); in insertRelocationStores()
1181 GCRelocateOperands Operands(II); in visitCallInst()