Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Targets

73 // SmallVectorImpl. Returns true if targets found, false otherwise.
380 SmallVector<Function *, 4> Targets;
381 if (getPossibleTargets(&Inst, Targets)) {
382 if (tryInterproceduralAnalysis(Targets, &Inst, Inst.arg_operands()))
702 // targets of the call and return them, rather than just failing.