Searched refs:BaseII (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | WindowScheduler.h | 104 unsigned BaseII = 0; variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 214 const DataFlowTrace &DFT, const InputInfo *BaseII) { in AddToCorpus() 243 if (II.DataFlowTraceForFocusFunction.empty() && BaseII) in AddToCorpus() 244 II.DataFlowTraceForFocusFunction = BaseII->DataFlowTraceForFocusFunction; in AddToCorpus() 213 AddToCorpus(const Unit & U,size_t NumFeatures,bool MayDeleteFile,bool HasFocusFunction,bool NeverReduce,std::chrono::microseconds TimeOfUnit,const std::vector<uint32_t> & FeatureSet,const DataFlowTrace & DFT,const InputInfo * BaseII) AddToCorpus() argument
|
H A D | FuzzerLoop.cpp | 479 const InputInfo *BaseII, in WriteEdgeToMutationGraphFile() argument 494 if (BaseII) { in WriteEdgeToMutationGraphFile() 495 std::string BaseSha1 = Sha1ToString(BaseII->Sha1); in WriteEdgeToMutationGraphFile() 858 /*BaseII*/ nullptr); in ReadAndExecuteSeedCorpora()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WindowScheduler.cpp | 188 BaseII = 0; in initialize() 598 BaseII = II; in updateScheduleResult() 603 if ((II >= BestII) || (II + WindowDiffLimit > BaseII)) in updateScheduleResult()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 7086 const IdentifierInfo *BaseII = D.getIdentifier(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local 7087 LookupResult Lookup(SemaRef, DeclarationName(BaseII), D.getIdentifierLoc(), in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|