reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
883 new LoadInst(F->getType(), Cache, "fpcache", EntryBB); 884 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal, 886 BranchInst::Create(LookupBB, DoCallBB, IsNull, EntryBB); 906 FuncPtr->addIncoming(CachedVal, EntryBB);