OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CoroAllocaAllocInst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h
658
class LLVM_LIBRARY_VISIBILITY
CoroAllocaAllocInst
: public IntrinsicInst {
681
CoroAllocaAllocInst
*getAlloc() const {
682
return cast<
CoroAllocaAllocInst
>(getArgOperand(AllocArg));
698
CoroAllocaAllocInst
*getAlloc() const {
699
return cast<
CoroAllocaAllocInst
>(getArgOperand(AllocArg));
CoroFrame.cpp
2001
static bool isLocalAlloca(
CoroAllocaAllocInst
*AI) {
2034
static bool localAllocaNeedsStackSave(
CoroAllocaAllocInst
*AI) {
2052
static void lowerLocalAllocas(ArrayRef<
CoroAllocaAllocInst
*> LocalAllocas,
2096
static Instruction *lowerNonLocalAlloca(
CoroAllocaAllocInst
*AI,
2575
SmallVector<
CoroAllocaAllocInst
*, 4> LocalAllocas;
2631
if (auto AI = dyn_cast<
CoroAllocaAllocInst
>(&I)) {
Completed in 25 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026