Searched refs:DfsStack (Results 1 – 1 of 1) sorted by relevance
1709 std::vector<Instruction *> DfsStack(1, &Root); in maybeCreateShadowValue() local1710 while (!DfsStack.empty()) { in maybeCreateShadowValue()1713 Instruction *I = DfsStack.back(); in maybeCreateShadowValue()1717 DfsStack.pop_back(); in maybeCreateShadowValue()1729 DfsStack.push_back(cast<Instruction>(Op)); in maybeCreateShadowValue()1737 DfsStack.pop_back(); in maybeCreateShadowValue()