Home | History | Annotate | Download | only in R600

Lines Matching refs:Else

37 static const char *const ElseIntrinsic = "llvm.SI.else";
40 static const char *const ElseBreakIntrinsic = "llvm.SI.else.break";
59 Constant *Else;
130 Else = M.getOrInsertFunction(
167 /// an "Else" block?
176 } else {
198 /// \brief Close the last "If" block and open a new "Else" block
200 Value *Ret = CallInst::Create(Else, popSaved(), "", Term);
250 } else if (Instruction *Inst = dyn_cast<Instruction>(Cond)) {
256 } else {
288 /// recognize if/then/else and loops.