Searched refs:OutValuesType (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | GVNHoist.cpp | 158 using OutValuesType = DenseMap<BasicBlock *, SmallVector<CHIArg, 2>>; typedef 368 void fillChiArgs(BasicBlock *BB, OutValuesType &CHIBBs, 375 void insertCHI(InValuesType &ValueBBs, OutValuesType &CHIBBs) { in insertCHI() 398 void findHoistableCandidates(OutValuesType &CHIBBs, InsKind K, 428 OutValuesType OutValue; in computeInsertionPoints() 838 void GVNHoist::fillChiArgs(BasicBlock *BB, OutValuesType &CHIBBs, in fillChiArgs() 873 void GVNHoist::findHoistableCandidates(OutValuesType &CHIBBs, in findHoistableCandidates()
|