Searched refs:RVI (Results 1 – 3 of 3) sorted by relevance
1468 if (Instruction *RVI = dyn_cast<Instruction>(RetVal)) in isFunctionMallocLike() local1469 switch (RVI->getOpcode()) { in isFunctionMallocLike()1474 FlowsToReturn.insert(RVI->getOperand(0)); in isFunctionMallocLike()1477 SelectInst *SI = cast<SelectInst>(RVI); in isFunctionMallocLike()1483 PHINode *PN = cast<PHINode>(RVI); in isFunctionMallocLike()1493 CallBase &CB = cast<CallBase>(*RVI); in isFunctionMallocLike()1576 Instruction *RVI = dyn_cast<Instruction>(RetVal); in isReturnNonNull() local1577 if (!RVI) in isReturnNonNull()1579 switch (RVI->getOpcode()) { in isReturnNonNull()1583 FlowsToReturn.insert(RVI->getOperand(0)); in isReturnNonNull()[all …]
13 // RVI Profile Family
680 auto *RVI = S.getReturnValueInit(); in GetReturnObjectManager() local681 assert(RVI && "expected RVI"); in GetReturnObjectManager()682 auto GroType = RVI->getType(); in GetReturnObjectManager()