Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3266 static bool mayContainUnboundedCycle(Function &F, Attributor &A) { in mayContainUnboundedCycle() function
3362 if (!F || F->isDeclaration() || mayContainUnboundedCycle(*F, A)) in initialize()