Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp152 using OutValuesType = DenseMap<BasicBlock *, SmallVector<CHIArg, 2>>; typedef
354 void fillChiArgs(BasicBlock *BB, OutValuesType &CHIBBs,
361 void insertCHI(InValuesType &ValueBBs, OutValuesType &CHIBBs) { in insertCHI()
384 void findHoistableCandidates(OutValuesType &CHIBBs, InsKind K,
414 OutValuesType OutValue; in computeInsertionPoints()
797 void GVNHoist::fillChiArgs(BasicBlock *BB, OutValuesType &CHIBBs, in fillChiArgs()
832 void GVNHoist::findHoistableCandidates(OutValuesType &CHIBBs, in findHoistableCandidates()