Lines Matching refs:Ret
1087 BasicBlock *Ret = BB;
1089 Ret = SplitBlockPredecessors(BB, InvokeParent, "", &DT);
1091 // Now that 'Ret' has unique predecessor we can safely remove all phi nodes
1093 FoldSingleEntryPHINodes(Ret);
1094 assert(!isa<PHINode>(Ret->begin()) &&
1098 // instruction in Ret if needed.
1099 return Ret;
1105 AttributeSet Ret;
1127 Ret = Ret.addAttributes(
1136 return Ret;