Home
last modified time | relevance | path

Searched refs:CheckForEntireBlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h47 bool CheckForEntireBlock = false);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp314 DependenceInfo *DI, bool CheckForEntireBlock) { in isSafeToMoveBefore() argument
349 if (CheckForEntireBlock && I.getParent() == UserInst->getParent() && in isSafeToMoveBefore()
362 if (CheckForEntireBlock && I.getParent() == OpInst->getParent() && in isSafeToMoveBefore()