Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIRSimilarityIdentifier.h898 void getBasicBlocks(DenseSet<BasicBlock *> &BBSet) const { in getBasicBlocks() function
907 void getBasicBlocks(DenseSet<BasicBlock *> &BBSet, in getBasicBlocks() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILValueEnumerator.h214 const std::vector<const BasicBlock *> &getBasicBlocks() const { in getBasicBlocks() function
HDDXILBitcodeWriter.cpp2625 Vals.push_back(VE.getBasicBlocks().size()); in writeFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDIRSimilarityIdentifier.cpp485 getBasicBlocks(BBSet); in IRSimilarityCandidate()
758 A.IRSC.getBasicBlocks(BasicBlockA); in checkRelativeLocations()
759 B.IRSC.getBasicBlocks(BasicBlockB); in checkRelativeLocations()
1070 getBasicBlocks(BBSet); in createCanonicalRelationFrom()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.h214 const std::vector<const BasicBlock*> &getBasicBlocks() const { in getBasicBlocks() function
HDBitcodeWriter.cpp3551 Vals.push_back(VE.getBasicBlocks().size()); in writeFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDIROutliner.cpp279 Candidate->getBasicBlocks(BBSet); in splitCandidate()
367 Candidate->getBasicBlocks(BBSet); in splitCandidate()
421 Candidate->getBasicBlocks(BBSet); in reattachCandidate()
1285 C.getBasicBlocks(BlocksInRegion, BE); in findExtractedOutputToOverallOutputMapping()
2568 Candidate.getBasicBlocks(CandidateBlocks); in findCostForOutputBlocks()
2852 OS->Candidate->getBasicBlocks(BlocksInRegion, BE); in doOutline()
2963 OS->Candidate->getBasicBlocks(BlocksInRegion, BE); in doOutline()