Lines Matching defs:Statepoint
41 #include "llvm/IR/Statepoint.h"
169 const Value *Statepoint = Relocate->getStatepoint();
170 assert((isa<GCStatepointInst>(Statepoint) || isa<UndefValue>(Statepoint)) &&
172 if (isa<UndefValue>(Statepoint))
176 [cast<GCStatepointInst>(Statepoint)];
857 LLVM_DEBUG(dbgs() << "Statepoint has " << NodeTys.size() << " results\n");
974 // Statepoint: [gc relocates],ch,glue = STATEPOINT ...
1194 // Statepoint is in different basic block so we should have stored call
1208 const Value *Statepoint = Relocate.getStatepoint();
1214 assert((isa<GCStatepointInst>(Statepoint) || isa<UndefValue>(Statepoint)) &&
1216 if (isa<UndefValue>(Statepoint))
1219 if (cast<GCStatepointInst>(Statepoint)->getParent() == Relocate.getParent())
1225 FuncInfo.StatepointRelocationMaps[cast<GCStatepointInst>(Statepoint)];
1232 assert(cast<GCStatepointInst>(Statepoint)->getParent() ==