Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1031 if (Instruction *RVI = dyn_cast<Instruction>(RetVal)) in isFunctionMallocLike() local
1032 switch (RVI->getOpcode()) { in isFunctionMallocLike()
1037 FlowsToReturn.insert(RVI->getOperand(0)); in isFunctionMallocLike()
1040 SelectInst *SI = cast<SelectInst>(RVI); in isFunctionMallocLike()
1046 PHINode *PN = cast<PHINode>(RVI); in isFunctionMallocLike()
1057 CallBase &CB = cast<CallBase>(*RVI); in isFunctionMallocLike()
1140 Instruction *RVI = dyn_cast<Instruction>(RetVal); in isReturnNonNull() local
1141 if (!RVI) in isReturnNonNull()
1143 switch (RVI->getOpcode()) { in isReturnNonNull()
1148 FlowsToReturn.insert(RVI->getOperand(0)); in isReturnNonNull()
[all …]