Searched refs:algorithm (Results 476 - 500 of 817) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp36 #include <algorithm>
598 // Now the algorithm terminates, having visited blocks 7 and 8, and having
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp31 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp21 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp22 #include <algorithm>
H A DVerifyDiagnosticConsumer.cpp37 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp29 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp28 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp40 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp28 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp21 #include <algorithm>
H A DFuzzerLoop.cpp17 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h33 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h25 #include <algorithm>
H A DPassManager.h52 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h34 #include <algorithm>
975 // In this version, the frontend PGO stable hash algorithm defaults to V2.
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h29 #include <algorithm>
H A DGenericDomTree.h34 #include <algorithm>
H A DMathExtras.h18 #include <algorithm>
608 /// Return the greatest common divisor of the values using Euclid's algorithm.
814 // Hacker's Delight, p. 30 has a different algorithm, but we don't use that
H A DScaledNumber.h25 #include <algorithm>
490 /// 2. Share the algorithm implementations with \a APFloat.
H A DTargetRegistry.h29 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp52 #include <algorithm>
H A DBlockFrequencyInfoImpl.cpp28 #include <algorithm>
82 /// The distribution algorithm follows.
H A DCFLAndersAliasAnalysis.cpp9 // This file implements a CFL-based, summary-based alias analysis algorithm. It
16 // as that of an one level context-sensitive Andersen's algorithm.
18 // The algorithm used here is based on recursive state machine matching scheme
21 // algorithm to perform CFL matching along the way: instead of recording
31 // - Our algorithm eagerly computes all alias pairs after the CFLGraph is built,
33 // fashion. We did not implement the demand-driven algorithm due to the
78 #include <algorithm>
676 // This is the core of the state machine walking algorithm. We expand ReachSet
H A DLoopInfo.cpp41 #include <algorithm>
721 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm");
863 // First handle the special case of no parent loop to simplify the algorithm.
H A DModuleSummaryAnalysis.cpp53 #include <algorithm>

Completed in 402 milliseconds

<<11121314151617181920>>