Searched refs:ExnAddr (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 367 static Instruction *CreateLandingPadLoad(Function &F, Value *ExnAddr, in CreateLandingPadLoad() argument 370 Value *Exn = new LoadInst(ExnAddr, "exn", false, in CreateLandingPadLoad() 386 static void ReplaceLandingPadVal(Function &F, Instruction *Inst, Value *ExnAddr, in ReplaceLandingPadVal() argument 394 ReplaceLandingPadVal(F, PN, ExnAddr, SelAddr); in ReplaceLandingPadVal() 399 I->replaceUsesOfWith(Inst, CreateLandingPadLoad(F, ExnAddr, SelAddr, I)); in ReplaceLandingPadVal()
|