Searched refs:DfsStack (Results 1 – 1 of 1) sorted by relevance
1766 std::vector<Instruction *> DfsStack(1, &Root); in maybeCreateShadowValue() local1767 while (!DfsStack.empty()) { in maybeCreateShadowValue()1770 Instruction *I = DfsStack.back(); in maybeCreateShadowValue()1774 DfsStack.pop_back(); in maybeCreateShadowValue()1786 DfsStack.push_back(cast<Instruction>(Op)); in maybeCreateShadowValue()1794 DfsStack.pop_back(); in maybeCreateShadowValue()