Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVISAInfo.h110 Error checkDependency();
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp947 Error RISCVISAInfo::checkDependency() { in checkDependency() function in RISCVISAInfo
1281 if (Error Result = ISAInfo->checkDependency()) in postProcessAndChecking()