Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h63 struct OutlinableRegion { struct
153 OutlinableRegion(IRSimilarityCandidate &C, OutlinableGroup &Group) in OutlinableRegion() argument
175 Value *findCorrespondingValueIn(const OutlinableRegion &Other, Value *V);
183 BasicBlock *findCorrespondingBlockIn(const OutlinableRegion &Other,
230 bool isCompatibleWithAlreadyOutlinedCode(const OutlinableRegion &Region);
262 void findAddInputsOutputs(Module &M, OutlinableRegion &Region,
293 void updateOutputMapping(OutlinableRegion &Region,
300 bool extractSection(OutlinableRegion &Region);
346 SpecificBumpPtrAllocator<OutlinableRegion> RegionAllocator;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp75 std::vector<OutlinableRegion *> Regions;
187 Value *OutlinableRegion::findCorrespondingValueIn(const OutlinableRegion &Other, in findCorrespondingValueIn()
199 OutlinableRegion::findCorrespondingBlockIn(const OutlinableRegion &Other, in findCorrespondingBlockIn()
249 void OutlinableRegion::splitCandidate() { in splitCandidate()
376 void OutlinableRegion::reattachCandidate() { in reattachCandidate()
487 InstructionCost OutlinableRegion::getBenefit(TargetTransformInfo &TTI) { in getBenefit()
550 collectRegionsConstants(OutlinableRegion &Region, in collectRegionsConstants()
602 for (OutlinableRegion *Region : Regions) in findSameConstants()
607 for (OutlinableRegion *OS : Regions) in collectGVNStoreSets()
622 for (OutlinableRegion *OS : Group.Regions) in getSubprogramOrNull()
[all …]