Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4466 SmallVector<Instruction *, 128> InstrsForInstructionWorklist; in prepareICWorklistFromFunction() local
4515 InstrsForInstructionWorklist.push_back(&Inst); in prepareICWorklistFromFunction()
4561 ICWorklist.reserve(InstrsForInstructionWorklist.size()); in prepareICWorklistFromFunction()
4562 for (Instruction *Inst : reverse(InstrsForInstructionWorklist)) { in prepareICWorklistFromFunction()