Searched refs:OutValuesType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 153 using OutValuesType = DenseMap<BasicBlock *, SmallVector<CHIArg, 2>>; typedef 355 void fillChiArgs(BasicBlock *BB, OutValuesType &CHIBBs, 362 void insertCHI(InValuesType &ValueBBs, OutValuesType &CHIBBs) { in insertCHI() 385 void findHoistableCandidates(OutValuesType &CHIBBs, InsKind K, 415 OutValuesType OutValue; in computeInsertionPoints() 799 void GVNHoist::fillChiArgs(BasicBlock *BB, OutValuesType &CHIBBs, in fillChiArgs() 834 void GVNHoist::findHoistableCandidates(OutValuesType &CHIBBs, in findHoistableCandidates()
|