Home
last modified time | relevance | path

Searched refs:ReplaceVector (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp81 SmallVector<BinaryOperator *, 4> ReplaceVector; in runImpl() local
111 ReplaceVector.push_back(&cast<BinaryOperator>(I)); in runImpl()
122 while (!ReplaceVector.empty()) { in runImpl()
123 BinaryOperator *BO = ReplaceVector.pop_back_val(); in runImpl()
H A DExpandFp.cpp600 SmallVector<Instruction *, 4> ReplaceVector; in runImpl() local
624 ReplaceVector.push_back(&I); in runImpl()
642 ReplaceVector.push_back(&I); in runImpl()
653 while (!ReplaceVector.empty()) { in runImpl()
654 Instruction *I = ReplaceVector.pop_back_val(); in runImpl()