Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp355 SetVector<Instruction *> PostOrderWorklist; in replacePointer() local
374 PostOrderWorklist.insert(I); in replacePointer()
380 for (Instruction *I : reverse(PostOrderWorklist)) in replacePointer()