Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4408 SmallVector<Instruction *, 128> InstrsForInstructionWorklist; in prepareICWorklistFromFunction() local
4457 InstrsForInstructionWorklist.push_back(&Inst); in prepareICWorklistFromFunction()
4503 ICWorklist.reserve(InstrsForInstructionWorklist.size()); in prepareICWorklistFromFunction()
4504 for (Instruction *Inst : reverse(InstrsForInstructionWorklist)) { in prepareICWorklistFromFunction()