Searched refs:InvokeNum (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp98 AllocaInst *InvokeNum, AllocaInst *StackPtr,
217 AllocaInst *InvokeNum,
236 new StoreInst(InvokeNoC, InvokeNum, true, II); // volatile
246 InvokeNum, false, NI);
483 AllocaInst *InvokeNum = new AllocaInst(Type::getInt32Ty(F.getContext()), 0, local
486 InvokeNum, true, EntryBB->getTerminator());
495 Value *CatchLoad = new LoadInst(InvokeNum, "invoke.num", true, CatchBB);
527 rewriteExpensiveInvoke(Invokes[i], i+1, InvokeNum, StackPtr, CatchSwitch);
216 rewriteExpensiveInvoke(InvokeInst *II, unsigned InvokeNo, AllocaInst *InvokeNum, AllocaInst *StackPtr, SwitchInst *CatchSwitch) argument

Completed in 60 milliseconds