Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp439 SmallVector<Instruction*,16> JmpbufUpdatePoints; in insertSjLjEHSupport() local
466 JmpbufUpdatePoints.push_back(CI); in insertSjLjEHSupport()
469 JmpbufUpdatePoints.push_back(AI); in insertSjLjEHSupport()
697 for (unsigned i = 0, e = JmpbufUpdatePoints.size(); i != e; ++i) { in insertSjLjEHSupport()
698 Instruction *AI = JmpbufUpdatePoints[i]; in insertSjLjEHSupport()