Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3898 SmallVector<Instruction *> DropFlags; in foldFreezeIntoRecurrence() local
3916 DropFlags.push_back(I); in foldFreezeIntoRecurrence()
3920 for (Instruction *I : DropFlags) in foldFreezeIntoRecurrence()