Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DRISCVISAInfo.h90 Error checkDependency();
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp695 static bool checkDependency(Instruction *Src, Instruction *Dst, in checkDependency() function
788 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false, in checkDependencies()
797 if (!checkDependency(CurrentLoadsAndStores[I], CurrentLoadsAndStores[J], in checkDependencies()
/llvm-project-15.0.7/llvm/lib/Support/
H A DRISCVISAInfo.cpp698 Error RISCVISAInfo::checkDependency() { in checkDependency() function in RISCVISAInfo
966 if (Error Result = ISAInfo->checkDependency()) in postProcessAndChecking()