Searched defs:changeToCall (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp1218 /// changeToCall - Convert the specified invoke into a normal call.
1219 static void changeToCall(InvokeInst *II) { function
1321 changeToCall(II);
1338 changeToCall(II);

Completed in 207 milliseconds