Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp795 InstructionMapper &Mapper, unsigned MaxCandidateLen);
1040 unsigned MaxCandidateLen) { in pruneOverlaps() argument
1079 if (C1.getStartIdx() > MaxCandidateLen) in pruneOverlaps()
1080 FarthestPossibleIdx = C1.getStartIdx() - MaxCandidateLen; in pruneOverlaps()
1134 unsigned MaxCandidateLen = 0; // Length of the longest candidate. in buildCandidateList() local
1136 MaxCandidateLen = in buildCandidateList()
1147 return MaxCandidateLen; in buildCandidateList()
1417 unsigned MaxCandidateLen = in runOnModule() local
1421 pruneOverlaps(CandidateList, FunctionList, Mapper, MaxCandidateLen); in runOnModule()