Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp156 using OutValuesType = DenseMap<BasicBlock *, SmallVector<CHIArg, 2>>; typedef
370 void fillChiArgs(BasicBlock *BB, OutValuesType &CHIBBs,
377 void insertCHI(InValuesType &ValueBBs, OutValuesType &CHIBBs) { in insertCHI()
400 void findHoistableCandidates(OutValuesType &CHIBBs, InsKind K,
430 OutValuesType OutValue; in computeInsertionPoints()
842 void GVNHoist::fillChiArgs(BasicBlock *BB, OutValuesType &CHIBBs, in fillChiArgs()
877 void GVNHoist::findHoistableCandidates(OutValuesType &CHIBBs, in findHoistableCandidates()