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

/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp86 void splitLiveRangesAcrossInvokes(SmallVector<InvokeInst*,16> &Invokes);
237 /// splitLiveRangesAcrossInvokes - Each value that is live across an unwind edge
244 splitLiveRangesAcrossInvokes(SmallVector<InvokeInst*,16> &Invokes) { function in class:SjLjEHPass
491 splitLiveRangesAcrossInvokes(Invokes);

Completed in 53 milliseconds