Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWindowScheduler.h104 unsigned BaseII = 0; variable
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h214 const DataFlowTrace &DFT, const InputInfo *BaseII) { in AddToCorpus() argument
243 if (II.DataFlowTraceForFocusFunction.empty() && BaseII) in AddToCorpus()
244 II.DataFlowTraceForFocusFunction = BaseII->DataFlowTraceForFocusFunction; in AddToCorpus()
H A DFuzzerLoop.cpp479 const InputInfo *BaseII, in WriteEdgeToMutationGraphFile() argument
494 if (BaseII) { in WriteEdgeToMutationGraphFile()
495 std::string BaseSha1 = Sha1ToString(BaseII->Sha1); in WriteEdgeToMutationGraphFile()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp188 BaseII = 0; in initialize()
598 BaseII = II; in updateScheduleResult()
603 if ((II >= BestII) || (II + WindowDiffLimit > BaseII)) in updateScheduleResult()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7086 const IdentifierInfo *BaseII = D.getIdentifier(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
7087 LookupResult Lookup(SemaRef, DeclarationName(BaseII), D.getIdentifierLoc(), in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()