Home | History | Annotate | Download | only in IPO

Lines Matching defs:RetVal

707     Value *RetVal = FlowsToReturn[i];
709 if (Constant *C = dyn_cast<Constant>(RetVal)) {
716 if (isa<Argument>(RetVal))
719 if (Instruction *RVI = dyn_cast<Instruction>(RetVal))
755 if (PointerMayBeCaptured(RetVal, false, /*StoreCaptures=*/false))