Home
last modified time | relevance | path

Searched refs:checkDependency (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVISAInfo.h93 Error checkDependency();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp689 static bool checkDependency(Instruction *Src, Instruction *Dst, in checkDependency() function
782 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false, in checkDependencies()
791 if (!checkDependency(CurrentLoadsAndStores[I], CurrentLoadsAndStores[J], in checkDependencies()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp724 Error RISCVISAInfo::checkDependency() { in checkDependency() function in RISCVISAInfo
961 if (Error Result = ISAInfo->checkDependency()) in postProcessAndChecking()