Searched refs:BPFTTIImpl (Results 1 – 2 of 2) sorted by relevance
24 class BPFTTIImpl final : public BasicTTIImplBase<BPFTTIImpl> {25 typedef BasicTTIImplBase<BPFTTIImpl> BaseT;36 explicit BPFTTIImpl(const BPFTargetMachine *TM, const Function &F) in BPFTTIImpl() function
168 return TargetTransformInfo(std::make_unique<BPFTTIImpl>(this, F)); in getTargetTransformInfo()