Home | History | Annotate | Download | only in R600

Lines Matching defs:Else

35 static const char *const ElseIntrinsic = "llvm.SI.else";
38 static const char *const ElseBreakIntrinsic = "llvm.SI.else.break";
57 Constant *Else;
129 Else = M.getOrInsertFunction(
166 /// an "Else" block?
175 } else {
197 /// \brief Close the last "If" block and open a new "Else" block
199 Value *Ret = CallInst::Create(Else, popSaved(), "", Term);
248 } else if (Instruction *Inst = dyn_cast<Instruction>(Cond)) {
255 } else {
290 /// recognize if/then/else and loops.