reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
308 AtEntry.CreateAlloca(ConcreteStackEntryTy, nullptr, "gc_frame"); 312 AtEntry.SetInsertPoint(IP->getParent(), IP); 316 AtEntry.CreateLoad(StackEntryTy->getPointerTo(), Head, "gc_currhead"); 317 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, 319 AtEntry.CreateStore(FrameMap, EntryMapPtr); 324 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, 339 AtEntry.SetInsertPoint(IP->getParent(), IP); 342 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, 344 Instruction *NewHeadVal = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, 346 AtEntry.CreateStore(CurrentHead, EntryNextPtr); 347 AtEntry.CreateStore(NewHeadVal, Head);