Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h111 static bool opCallContinueBlock() { return false; } in opCallContinueBlock() function
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp916 assert(!cir::MissingFeatures::opCallContinueBlock()); in rewriteCallOrInvoke()