Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp76 CallInst *CallTrap = CallInst::Create(TrapFn, "", I); in ChangeToUnreachable() local
77 CallTrap->setDebugLoc(I->getDebugLoc()); in ChangeToUnreachable()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1325 CallInst *CallTrap = CallInst::Create(TrapFn, "", I); in changeToUnreachable() local
1326 CallTrap->setDebugLoc(I->getDebugLoc()); in changeToUnreachable()