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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp473 Value *CatchLoad = new LoadInst(InvokeNum, "invoke.num", true, CatchBB); local
475 SwitchInst::Create(CatchLoad, UnwindBB, Invokes.size(), CatchBB);

Completed in 43 milliseconds