Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h86 Instruction *RemoveOne() { in RemoveOne() function
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2647 Instruction *I = Worklist.RemoveOne(); in run()