Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:EntryBB

859           BasicBlock *EntryBB  = BasicBlock::Create(F->getContext(),
867 Value *CachedVal = new LoadInst(Cache, "fpcache", EntryBB);
868 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal,
870 BranchInst::Create(LookupBB, DoCallBB, IsNull, EntryBB);
891 FuncPtr->addIncoming(CachedVal, EntryBB);