Searched refs:IRBRet (Results 1 – 3 of 3) sorted by relevance
807 IRBuilder<> IRBRet(RI); in runOnFunction() local808 checkStackGuard(IRBRet, F, *RI, StackGuardSlot, StackGuard); in runOnFunction()
450 IRBuilder<> IRBRet(RetInst); in runOnFunction() local451 IRBRet.CreateCall(TsanFuncExit, {}); in runOnFunction()
2194 IRBuilder<> IRBRet(Ret); in poisonStack() local2196 IRBRet.CreateStore(ConstantInt::get(IntptrTy, kRetiredStackFrameMagic), in poisonStack()2211 IRBRet.CreateICmpNE(FakeStack, Constant::getNullValue(IntptrTy)); in poisonStack()2238 UnpoisonStack(IRBRet); in poisonStack()