Home | History | Annotate | Download | only in R600

Lines Matching defs:Else

38 static const char *const ElseIntrinsic = "llvm.SI.else";
41 static const char *const ElseBreakIntrinsic = "llvm.SI.else.break";
60 Constant *Else;
134 Else = M.getOrInsertFunction(
171 /// an "Else" block?
180 } else {
202 /// \brief Close the last "If" block and open a new "Else" block
204 Value *Ret = CallInst::Create(Else, popSaved(), "", Term);
255 } else if (Instruction *Inst = dyn_cast<Instruction>(Cond)) {
260 } else {
266 } else {
315 /// recognize if/then/else and loops.