Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1074 if (Instruction *RVI = dyn_cast<Instruction>(RetVal)) in isFunctionMallocLike() local
1075 switch (RVI->getOpcode()) { in isFunctionMallocLike()
1080 FlowsToReturn.insert(RVI->getOperand(0)); in isFunctionMallocLike()
1083 SelectInst *SI = cast<SelectInst>(RVI); in isFunctionMallocLike()
1089 PHINode *PN = cast<PHINode>(RVI); in isFunctionMallocLike()
1100 CallBase &CB = cast<CallBase>(*RVI); in isFunctionMallocLike()
1183 Instruction *RVI = dyn_cast<Instruction>(RetVal); in isReturnNonNull() local
1184 if (!RVI) in isReturnNonNull()
1186 switch (RVI->getOpcode()) { in isReturnNonNull()
1190 FlowsToReturn.insert(RVI->getOperand(0)); in isReturnNonNull()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp679 auto *RVI = S.getReturnValueInit(); in GetReturnObjectManager() local
680 assert(RVI && "expected RVI"); in GetReturnObjectManager()
681 auto GroType = RVI->getType(); in GetReturnObjectManager()