Searched defs:OpChain (Results 1 – 4 of 4) sorted by relevance
59 struct OpChain { struct60 Instruction *Root;61 ValueList AllValues;62 MemInstList VecLd; // List of all load instructions.63 MemLocList MemLocs; // All memory locations read by this tree.64 bool ReadOnly = true;66 OpChain(Instruction *I, ValueList &vl) : Root(I), AllValues(vl) { } in OpChain() argument69 void SetMemoryLocations() { in SetMemoryLocations()81 unsigned size() const { return AllValues.size(); } in size()
499 OperatorChain OpChain = OC_OpChainNone; in FindLIVLoopCondition() local728 OperatorChain OpChain; in processCurrentLoop() local
120 GrRenderTargetOpList::OpChain::OpChain(std::unique_ptr<GrOp> op, in OpChain() function in GrRenderTargetOpList::OpChain
118 GrRenderTargetOpList::OpChain::OpChain(std::unique_ptr<GrOp> op, in OpChain() function in GrRenderTargetOpList::OpChain