Home | History | Annotate | Download | only in IPO

Lines Matching refs:getInstruction

151     if (CS.getInstruction() == nullptr || !CS.isCallee(&U)) return nullptr;
153 if (CS.getInstruction()->getParent()->getParent() == F)
650 Instruction *Call = CS.getInstruction();