Home
last modified time | relevance | path

Searched defs:Invokes (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp259 ArrayRef<InvokeInst *> Invokes) { in lowerAcrossUnwindEdges()
354 SmallVector<InvokeInst *, 16> Invokes; in setupEntryBlockAndCallSites() local
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp249 ArrayRef<InvokeInst *> Invokes) { in lowerAcrossUnwindEdges()
344 SmallVector<InvokeInst *, 16> Invokes; in setupEntryBlockAndCallSites() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp243 splitLiveRangesAcrossInvokes(SmallVector<InvokeInst*,16> &Invokes) { in splitLiveRangesAcrossInvokes()
406 SmallVector<InvokeInst*,16> Invokes; in insertSjLjEHSupport() local
842 ArrayRef<InvokeInst*> Invokes) { in lowerAcrossUnwindEdges()
917 SmallVector<InvokeInst*, 16> Invokes; in setupEntryBlockAndCallSites() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerInvoke.cpp286 splitLiveRangesLiveAcrossInvokes(SmallVectorImpl<InvokeInst*> &Invokes) { in splitLiveRangesLiveAcrossInvokes()
408 SmallVector<InvokeInst*,16> Invokes; in insertExpensiveEHSupport() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DRandomIRBuilderTest.cpp203 TEST(RandomIRBuilderTest, Invokes) { in TEST() argument