Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h106 void pushUsersToWorkList(Instruction &I) { in pushUsersToWorkList() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h423 Worklist.pushUsersToWorkList(I); // Add all modified instrs to worklist. in replaceInstUsesWith()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4376 Worklist.pushUsersToWorkList(*Result); in run()
4389 Worklist.pushUsersToWorkList(*I); in run()
H A DInstCombineCalls.cpp3323 Worklist.pushUsersToWorkList(GCR); in visitCallBase()
3655 Worklist.pushUsersToWorkList(*Caller); in transformConstExprCastCall()
H A DInstCombineAndOrXor.cpp3570 Worklist.pushUsersToWorkList(*Y); in foldXorOfICmps()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp119 Worklist.pushUsersToWorkList(*NewI); in replaceValue()