Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp215 static bool mayBeInCycle(const CycleInfo *CI, const Instruction *I, in mayBeInCycle() function
1732 if (mayBeInCycle(CI, cast<Instruction>(Usr), /* HeaderOnly */ true)) { in updateImpl()
5588 if (mayBeInCycle(CI, I, /* HeaderOnly */ false)) { in initialize()
11282 bool CyclePHI = mayBeInCycle(CI, &PHI, /* HeaderOnly */ true, &C); in handlePHINode()