Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:EntryBB

863           BasicBlock *EntryBB  = BasicBlock::Create(F->getContext(),
871 Value *CachedVal = new LoadInst(Cache, "fpcache", EntryBB);
872 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal,
874 BranchInst::Create(LookupBB, DoCallBB, IsNull, EntryBB);
895 FuncPtr->addIncoming(CachedVal, EntryBB);