Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h108 void pushUsersToWorkList(Instruction &I) { in pushUsersToWorkList() function
H A DInstCombiner.h422 Worklist.pushUsersToWorkList(I); // Add all modified instrs to worklist. in replaceInstUsesWith()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h399 Worklist.pushUsersToWorkList(I); // Add all modified instrs to worklist. in replaceInstUsesWith()
H A DInstCombineCalls.cpp2398 Worklist.pushUsersToWorkList(GCR); in visitCallBase()
2724 Worklist.pushUsersToWorkList(*Caller); in transformConstExprCastCall()
H A DInstructionCombining.cpp3750 Worklist.pushUsersToWorkList(*Result); in run()
3763 Worklist.pushUsersToWorkList(*I); in run()
H A DInstCombineAndOrXor.cpp3117 Worklist.pushUsersToWorkList(*Y); in foldXorOfICmps()