Lines Matching defs:OutputBBs
1794 /// \param [in,out] OutputBBs - The BasicBlock for the output stores for this
1801 DenseMap<Value *, BasicBlock *> &OutputBBs,
1858 auto VBBIt = OutputBBs.find(RetVal);
1859 assert(VBBIt != OutputBBs.end() && "Could not find output value!");
1964 /// \param OutputBBs [in] the blocks we are looking for a duplicate of.
1968 DenseMap<Value *, BasicBlock *> &OutputBBs,
1980 OutputBBs.find(VToB.first);
1981 if (OutputBBIt == OutputBBs.end()) {
2063 /// \param [in,out] OutputBBs - the blocks that stores for this region will be
2071 DenseMap<Value *, BasicBlock *> &OutputBBs,
2078 if (analyzeAndPruneOutputBlocks(OutputBBs, Region))
2083 findDuplicateOutputBlock(OutputBBs, OutputStoreBBs);
2092 for (std::pair<Value *, BasicBlock *> &VtoBB : OutputBBs)
2102 for (std::pair<Value *, BasicBlock *> &VtoBB : OutputBBs) {