Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h98 Instruction *removeOne() { in removeOne() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3630 Instruction *I = Worklist.removeOne(); in run()