Searched refs:AllocInst (Results 1 – 3 of 3) sorted by relevance
186 int AllocInst(int n);263 int fail = AllocInst(1); in Compiler()272 int Compiler::AllocInst(int n) { in AllocInst() function in re2::Compiler342 int id = AllocInst(1); in Alt()359 int id = AllocInst(1); in Star()384 int id = AllocInst(1); in Quest()400 int id = AllocInst(1); in ByteRange()409 int id = AllocInst(1); in Nop()418 int id = AllocInst(1); in Match()427 int id = AllocInst(1); in EmptyWidth()[all …]
989 auto *AllocInst = CoroId->getCoroAlloc(); in handleNoSuspendCoroutine() local993 coro::replaceCoroFree(SwitchId, /*Elide=*/AllocInst != nullptr); in handleNoSuspendCoroutine()994 if (AllocInst) { in handleNoSuspendCoroutine()995 IRBuilder<> Builder(AllocInst); in handleNoSuspendCoroutine()999 AllocInst->replaceAllUsesWith(Builder.getFalse()); in handleNoSuspendCoroutine()1000 AllocInst->eraseFromParent(); in handleNoSuspendCoroutine()
328 ``AllocInst*``'s as ``Llvm.llvalue``'s, but this may change in the future