Home
last modified time | relevance | path

Searched defs:BBs (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h79 static std::string getBlockNames(BlockSet BBs) { in getBlockNames()
/llvm-project/bolt/lib/Passes/
H A DHugify.cpp28 std::vector<std::unique_ptr<BinaryBasicBlock>> BBs; in runOnFunctions() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp78 static BlockFrequency adjustedSumFreq(SmallPtrSetImpl<BasicBlock *> &BBs, in adjustedSumFreq() argument
175 SmallPtrSet<BasicBlock *, 2> BBs; sinkInstruction() local
[all...]
H A DSimplifyCFGPass.cpp84 performBlockTailMerging(Function & F,ArrayRef<BasicBlock * > BBs,std::vector<DominatorTree::UpdateType> * Updates) performBlockTailMerging() argument
H A DConstantHoisting.cpp218 findBestInsertionSet(DominatorTree & DT,BlockFrequencyInfo & BFI,BasicBlock * Entry,SetVector<BasicBlock * > & BBs) findBestInsertionSet() argument
324 SetVector<BasicBlock *> BBs; findConstantInsertionPoint() local
[all...]
H A DPlaceSafepoints.cpp664 DenseSet<BasicBlock *> BBs; // new BBs + insertee InsertSafepointPoll() local
H A DLoopSimplifyCFG.cpp89 static Loop *getInnermostLoopFor(SmallPtrSetImpl<BasicBlock *> &BBs, in getInnermostLoopFor() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h44 const BasicBlockListType &BBs) in AbstractDependenceGraphBuilder()
H A DDominanceFrontierImpl.h136 const SetVector<BlockT *> &BBs = I->second; print() local
H A DDDG.h349 const BasicBlockListType &BBs) in DDGBuilder()
H A DRegionInfoImpl.h870 BBs.pop_back(); in getCommonRegion() argument
/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp110 SmallVector<const BasicBlock *, 8> BBs; update() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp156 for (auto &BBs : GroupsOfBlocks) { in runOnModule() local
/llvm-project/llvm/include/llvm/IR/
H A DInstIterator.h37 BB_t *BBs; // BasicBlocksType variable
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp133 SmallVector<BasicBlock *, 4> BBs; in runImpl() local
H A DWasmEHPrepare.cpp175 static void eraseDeadBBsAndChildren(const Container &BBs) { in eraseDeadBBsAndChildren() argument
H A DShrinkWrap.cpp377 FindIDom(MachineBasicBlock & Block,ListOfBBs BBs,DominanceAnalysis & Dom,bool Strict=true) FindIDom() argument
H A DMachineCSE.cpp909 SmallVector<MachineDomTreeNode *, 32> BBs; PerformSimplePRE() local
/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp406 void simpleSimplifyCfg(Function &F, SmallVectorImpl<BasicBlock *> &BBs) { in simpleSimplifyCfg() argument
467 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() argument
580 std::vector<const BasicBlock *> &BBs) { in TestBlocks() argument
678 TestBlocks(std::vector<const BasicBlock * > & BBs) TestBlocks() argument
[all...]
H A DExtractFunction.cpp371 BugDriver::extractMappedBlocksFromModule(const std::vector<BasicBlock *> &BBs, in extractMappedBlocksFromModule()
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp27 SmallVector<const BasicBlock *, 8> BBs; findBBwithCalls() local
/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp355 std::vector<BasicBlock *> BBs; main() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp356 BlockCoverageInference::getBlockNames(ArrayRef<const BasicBlock *> BBs) { in getBlockNames()
/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h692 std::vector<BlockT *> BBs = L->getBlocks(); compareLoops() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp695 void LoopConstrainer::addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs) { in addToParentLoopIfNeeded() argument

12