Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp153 using OutValuesType = DenseMap<BasicBlock *, SmallVector<CHIArg, 2>>; typedef
367 void fillChiArgs(BasicBlock *BB, OutValuesType &CHIBBs,
374 void insertCHI(InValuesType &ValueBBs, OutValuesType &CHIBBs) { in insertCHI()
397 void findHoistableCandidates(OutValuesType &CHIBBs, InsKind K,
427 OutValuesType OutValue; in computeInsertionPoints()
811 void GVNHoist::fillChiArgs(BasicBlock *BB, OutValuesType &CHIBBs, in fillChiArgs()
846 void GVNHoist::findHoistableCandidates(OutValuesType &CHIBBs, in findHoistableCandidates()