Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Handlers

2378   /// non-fatal handlers for this check.
2477 llvm::BasicBlock *Handlers = createBasicBlock("handler." + CheckName);
2478 llvm::Instruction *Branch = Builder.CreateCondBr(JointCond, Cont, Handlers);
2484 EmitBlock(Handlers);