Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h73 Instruction *popDeferred() { in popDeferred() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4203 while (Instruction *I = Worklist.popDeferred()) { in run()