Home | History | Annotate | Download | only in IPO

Lines Matching refs:Tmp

1537     RunningOr = BinaryOperator::CreateOr(RunningOr, Cond, "tmp", CI);
1558 Value *GVVal = new LoadInst(FieldGlobals[i], "tmp", NullPtrBlock);
1745 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI);
2475 GlobalVariable *Tmp = AllocaTmps.back();
2481 if (!Tmp->use_empty())
2482 Tmp->replaceAllUsesWith(Constant::getNullValue(Tmp->getType()));
2483 delete Tmp;