Searched refs:OtherInsts (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 266 llvm::SmallVector<Instruction *, 4> OtherInsts; in split() local 273 OtherInsts.push_back(&Inst); in split() 277 for (Instruction *Inst : reverse(OtherInsts)) in split()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 1573 SmallVectorImpl<Instruction *> &OtherInsts) { in hoistLockstepIdenticalDbgVariableRecords() argument 1580 Itrs.reserve(OtherInsts.size() + 1); in hoistLockstepIdenticalDbgVariableRecords() 1597 for (Instruction *Other : OtherInsts) { in hoistLockstepIdenticalDbgVariableRecords() 1910 SmallVector<Instruction *, 8> OtherInsts; in hoistCommonCodeFromSuccessors() local 1912 OtherInsts.push_back(&*SuccIter); in hoistCommonCodeFromSuccessors() 1921 hoistLockstepIdenticalDbgVariableRecords(TI, I1, OtherInsts); in hoistCommonCodeFromSuccessors() 1925 return hoistSuccIdenticalTerminatorToSwitchOrIf(TI, I1, OtherInsts) || in hoistCommonCodeFromSuccessors() 1950 hoistLockstepIdenticalDbgVariableRecords(TI, I1, OtherInsts); in hoistCommonCodeFromSuccessors() 1981 hoistLockstepIdenticalDbgVariableRecords(TI, I1, OtherInsts); in hoistCommonCodeFromSuccessors()
|