Searched refs:OrigStackBase (Results 1 – 1 of 1) sorted by relevance
1490 Value *OrigStackBase = IRB.CreatePointerCast(MyAlloca, IntptrTy); in poisonStack() local1491 Value *LocalStackBase = OrigStackBase; in poisonStack()1509 ConstantInt::get(IntptrTy, LocalStackSize), OrigStackBase); in poisonStack()1513 Phi->addIncoming(OrigStackBase, CmpBlock); in poisonStack()1596 Value *Cmp = IRBRet.CreateICmpNE(LocalStackBase, OrigStackBase); in poisonStack()1615 OrigStackBase); in poisonStack()1620 assert(LocalStackBase == OrigStackBase); in poisonStack()