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 62 Constant *ElseBreak;
139 ElseBreak = M.getOrInsertFunction(
239 Ret = CallInst::Create(ElseBreak, Args, "", OldEnd);
SILowerControlFlow.cpp 82 void ElseBreak(MachineInstr &MI);
245 void SILowerControlFlowPass::ElseBreak(MachineInstr &MI) {
486 ElseBreak(MI);

Completed in 262 milliseconds