Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h92 void AddUsersToWorkList(Instruction &I) { in AddUsersToWorkList() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h671 Worklist.AddUsersToWorkList(I); // Add all modified instrs to worklist. in replaceInstUsesWith()
DInstructionCombining.cpp3396 Worklist.AddUsersToWorkList(*Result); in run()
3409 Worklist.AddUsersToWorkList(*I); in run()
DInstCombineCalls.cpp4803 Worklist.AddUsersToWorkList(*Caller); in transformConstExprCastCall()