Searched refs:invokeBB (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DStatepoint.h224 const BasicBlock *invokeBB = local
227 assert(invokeBB && "safepoints should have unique landingpads");
228 assert(invokeBB->getTerminator() && "safepoint block should be well formed");
229 assert(isStatepoint(invokeBB->getTerminator()));
231 return invokeBB->getTerminator();
/external/llvm/lib/IR/
H A DVerifier.cpp3283 const BasicBlock *invokeBB = local
3288 Assert(invokeBB, "safepoints should have unique landingpads",
3290 Assert(invokeBB->getTerminator(), "safepoint block should be well formed",
3291 invokeBB);
3292 Assert(isStatepoint(invokeBB->getTerminator()),
3293 "gc relocate should be linked to a statepoint", invokeBB);

Completed in 98 milliseconds