Searched refs:Heuristic (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h66 std::string Heuristic; member in struct:clang::tooling::CompileCommand
71 LHS.Heuristic == RHS.Heuristic;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp234 Result.Heuristic = "inferred from " + Cmd.Filename;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14199 unsigned Heuristic = Subtarget->isThumb() ? 3 : 2; local
14200 if (OrCI.countPopulation() > Heuristic)

Completed in 103 milliseconds