Searched refs:MaxCandidateLen (Results 1 – 1 of 1) sorted by relevance
795 InstructionMapper &Mapper, unsigned MaxCandidateLen);1040 unsigned MaxCandidateLen) { in pruneOverlaps() argument1079 if (C1.getStartIdx() > MaxCandidateLen) in pruneOverlaps()1080 FarthestPossibleIdx = C1.getStartIdx() - MaxCandidateLen; in pruneOverlaps()1134 unsigned MaxCandidateLen = 0; // Length of the longest candidate. in buildCandidateList() local1136 MaxCandidateLen = in buildCandidateList()1147 return MaxCandidateLen; in buildCandidateList()1417 unsigned MaxCandidateLen = in runOnModule() local1421 pruneOverlaps(CandidateList, FunctionList, Mapper, MaxCandidateLen); in runOnModule()