Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h203 bool applyIf(const ClauseTy *node, Predicate shouldApply);
425 Predicate shouldApply) { in applyIf() argument
430 if (!shouldApply(leaf)) in applyIf()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp412 static bool shouldApply(Function &F, ProfileSummaryInfo &PSI) { in shouldApply() function
1990 if (!shouldApply(F, PSI)) in run()