Home
last modified time | relevance | path

Searched defs:Candidates (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp127 std::forward_list<StoreToLoadForwardingCandidate> Candidates; in findStoreToLoadDependences() local
203 std::forward_list<StoreToLoadForwardingCandidate> &Candidates) { in removeDependencesFromMultipleStores()
268 const SmallVectorImpl<StoreToLoadForwardingCandidate> &Candidates) { in findPointersWrittenOnForwardingPath()
323 const SmallVectorImpl<StoreToLoadForwardingCandidate> &Candidates) { in collectMemchecks()
428 SmallVector<StoreToLoadForwardingCandidate, 4> Candidates; in processLoop() local
DNaryReassociate.cpp561 auto &Candidates = Pos->second; in findClosestMatchingDominator() local
DStraightLineStrengthReduce.cpp203 ilist<Candidate> Candidates; member in __anonaa4ec62a0111::StraightLineStrengthReduce
DSeparateConstOffsetFromGEP.cpp1100 auto &Candidates = Pos->second; in findClosestMatchingDominator() local
/external/llvm/lib/CodeGen/
DRegisterScavenging.cpp292 BitVector &Candidates, in findSurvivorReg()
370 BitVector Candidates = in scavengeRegister() local
DMachineLICM.cpp352 SmallVectorImpl<CandidateInfo> &Candidates) { in ProcessMI()
445 SmallVector<CandidateInfo, 32> Candidates; in HoistRegionPostRA() local
718 SmallVector<MachineInstr *, 8> Candidates; in SinkIntoLoop() local
/external/v8/src/compiler/
Djs-inlining-heuristic.h45 typedef ZoneSet<Candidate, CandidateCompare> Candidates; typedef
/external/webrtc/webrtc/p2p/base/
Dtransportdescription.h72 typedef std::vector<Candidate> Candidates; typedef
Dtransport.h46 typedef std::vector<Candidate> Candidates; typedef
Dport.h199 virtual const std::vector<Candidate>& Candidates() const { in Candidates() function
/external/clang/include/clang/Sema/
DTemplateDeduction.h247 SmallVector<TemplateSpecCandidate, 16> Candidates; variable
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp513 OverloadCandidate *Candidates, in ProcessOverloadCandidates()
DSemaCodeComplete.cpp3951 ArrayRef<ResultCandidate> Candidates, in getParamType()
3976 MutableArrayRef<ResultCandidate> Candidates, in CodeCompleteOverloadResults()
DSemaStmt.cpp3788 ArrayRef<CapturingScopeInfo::Capture> Candidates) { in buildCapturedStmtCaptureList()
DSemaLookup.cpp2855 SmallVector<NamedDecl *, 8> Candidates(R.begin(), R.end()); in LookupSpecialMember() local
DSemaExprCXX.cpp1978 OverloadCandidateSet Candidates(StartLoc, OverloadCandidateSet::CSK_Normal); in FindAllocationOverload() local
DSemaTemplate.cpp6825 UnresolvedSet<8> Candidates; in CheckFunctionTemplateSpecialization() local
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp336 BitVector Candidates = in loadImmediate() local
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp616 OverloadCandidate *Candidates, in ProcessOverloadCandidates()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp162 static const MCPhysReg Candidates[] = { X86::RBP, X86::RAX, X86::RBX, in ChooseFrameReg() local
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp127 SmallVector<const MergeCandidate*,4> Candidates; member
/external/webrtc/talk/session/media/
Dmediasession_unittest.cc54 typedef std::vector<cricket::Candidate> Candidates; typedef
/external/clang/lib/Frontend/
DASTUnit.cpp2119 OverloadCandidate *Candidates, in ProcessOverloadCandidates()
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc79 typedef std::vector<Candidate> Candidates; typedef
/external/clang/lib/Serialization/
DASTReader.cpp8468 llvm::SmallVector<const NamedDecl*, 4> Candidates; in diagnoseOdrViolations() local

12