Home
last modified time | relevance | path

Searched refs:LPads (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp68 Value *setupFunctionContext(Function &F, ArrayRef<LandingPadInst *> LPads);
172 ArrayRef<LandingPadInst *> LPads) { in setupFunctionContext() argument
184 for (LandingPadInst *LPI : LPads) { in setupFunctionContext()
355 SmallSetVector<LandingPadInst *, 16> LPads; in setupEntryBlockAndCallSites() local
369 LPads.insert(II->getUnwindDest()->getLandingPadInst()); in setupEntryBlockAndCallSites()
383 setupFunctionContext(F, makeArrayRef(LPads.begin(), LPads.end())); in setupEntryBlockAndCallSites()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp68 Value *setupFunctionContext(Function &F, ArrayRef<LandingPadInst *> LPads);
169 ArrayRef<LandingPadInst *> LPads) { in setupFunctionContext() argument
181 for (LandingPadInst *LPI : LPads) { in setupFunctionContext()
345 SmallSetVector<LandingPadInst *, 16> LPads; in setupEntryBlockAndCallSites() local
359 LPads.insert(II->getUnwindDest()->getLandingPadInst()); in setupEntryBlockAndCallSites()
373 setupFunctionContext(F, makeArrayRef(LPads.begin(), LPads.end())); in setupEntryBlockAndCallSites()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp78 Value *setupFunctionContext(Function &F, ArrayRef<LandingPadInst*> LPads);
716 setupFunctionContext(Function &F, ArrayRef<LandingPadInst*> LPads) { in setupFunctionContext() argument
756 for (unsigned I = 0, E = LPads.size(); I != E; ++I) { in setupFunctionContext()
757 LandingPadInst *LPI = LPads[I]; in setupFunctionContext()
775 PersonalityFn = LPads[0]->getPersonalityFn(); in setupFunctionContext()
918 SmallVector<LandingPadInst*, 16> LPads; in setupEntryBlockAndCallSites() local
924 LPads.push_back(II->getUnwindDest()->getLandingPadInst()); in setupEntryBlockAndCallSites()
934 Value *FuncCtx = setupFunctionContext(F, LPads); in setupEntryBlockAndCallSites()
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h294 void addSEHHandlersForLPads(ArrayRef<const LandingPadInst *> LPads);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h317 void addSEHHandlersForLPads(ArrayRef<const LandingPadInst *> LPads);
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp312 SmallVector<const LandingPadInst *, 4> LPads; in set() local
318 LPads.push_back(LPI); in set()