Home
last modified time | relevance | path

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

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