Searched defs:BBCostMap (Results 1 – 2 of 2) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | SimpleLoopUnswitch.cpp | 2345 const SmallDenseMap<BasicBlock *, int, 4> &BBCostMap, in computeDomSubtreeCost() 2643 SmallDenseMap<BasicBlock *, int, 4> BBCostMap; in unswitchBestCondition() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | SimpleLoopUnswitch.cpp | 2570 const SmallDenseMap<BasicBlock *, InstructionCost, 4> &BBCostMap, in computeDomSubtreeCost() 2901 SmallDenseMap<BasicBlock *, InstructionCost, 4> BBCostMap; in findBestNonTrivialUnswitchCandidate() local
|