Home | History | Annotate | Download | only in IPO

Lines Matching defs:RetVal

725     Value *RetVal = FlowsToReturn[i];
727 if (Constant *C = dyn_cast<Constant>(RetVal)) {
734 if (isa<Argument>(RetVal))
737 if (Instruction *RVI = dyn_cast<Instruction>(RetVal))
774 if (PointerMayBeCaptured(RetVal, false, /*StoreCaptures=*/false))