HomeSort by relevance Sort by last modified time
    Searched refs:ElseBreak (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 58 Constant *ElseBreak;
136 ElseBreak = M.getOrInsertFunction(
233 Value *Ret = CallInst::Create(ElseBreak, Args, "", OldEnd);
SILowerControlFlow.cpp 81 void ElseBreak(MachineInstr &MI);
241 void SILowerControlFlowPass::ElseBreak(MachineInstr &MI) {
443 ElseBreak(MI);

Completed in 108 milliseconds