Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp742 if (Instruction *RVI = dyn_cast<Instruction>(RetVal)) in IsFunctionMallocLike() local
743 switch (RVI->getOpcode()) { in IsFunctionMallocLike()
748 FlowsToReturn.insert(RVI->getOperand(0)); in IsFunctionMallocLike()
751 SelectInst *SI = cast<SelectInst>(RVI); in IsFunctionMallocLike()
757 PHINode *PN = cast<PHINode>(RVI); in IsFunctionMallocLike()
768 CallSite CS(RVI); in IsFunctionMallocLike()