Lines Matching defs:Rest
465 llvm::BasicBlock *Rest = createBasicBlock("not.null");466 Builder.CreateCondBr(Cond, Rest, Done);467 EmitBlock(Rest);