HomeSort by relevance Sort by last modified time
    Searched refs:OptWorkItem (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 59 /// OptWorkItem is a simple wrapper used to pass parse information on a function
61 class OptWorkItem {
62 OptWorkItem(const OptWorkItem &) = delete;
63 OptWorkItem &operator=(const OptWorkItem &) = delete;
68 virtual ~OptWorkItem() = default;
71 OptWorkItem() = default;
343 void optQueueBlockingPush(std::unique_ptr<OptWorkItem> Item);
348 std::unique_ptr<OptWorkItem> optQueueBlockingPop()
    [all...]
IceTranslator.h 77 class CfgOptWorkItem final : public OptWorkItem {
IceGlobalContext.cpp 382 while (std::unique_ptr<OptWorkItem> OptItem = optQueueBlockingPop()) {
    [all...]
PNaClTranslator.cpp     [all...]

Completed in 680 milliseconds