Searched defs:BBs (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h40 AbstractDependenceGraphBuilder(GraphType &G, DependenceInfo &D, const BasicBlockListType &BBs) argument
H A DDominanceFrontierImpl.h138 const std::set<BlockT *> &BBs = I->second; local
H A DDDG.h344 DDGBuilder(DataDependenceGraph &G, DependenceInfo &D, const BasicBlockListType &BBs) argument
H A DLoopInfoImpl.h664 std::vector<BlockT *> BBs = L->getBlocks(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp216 SI->addCase(ConstantInt::get(CommonITy, i + 1), BBs[i]); local
H A DShrinkWrap.cpp314 static MachineBasicBlock *FindIDom(MachineBasicBlock &Block, ListOfBBs BBs, argument
H A DWasmEHPrepare.cpp156 static void eraseDeadBBsAndChildren(const Container &BBs) { argument
H A DMachineCSE.cpp851 SmallVector<MachineDomTreeNode *, 32> BBs; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp60 const auto &BBs = CS.getCaller()->getBasicBlockList(); variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp204 const auto &BBs = Caller->getBasicBlockList(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp83 static BlockFrequency adjustedSumFreq(SmallPtrSetImpl<BasicBlock *> &BBs, argument
181 SmallPtrSet<BasicBlock *, 2> BBs; local
[all...]
H A DLoopSimplifyCFG.cpp97 static Loop *getInnermostLoopFor(SmallPtrSetImpl<BasicBlock *> &BBs, argument
H A DPlaceSafepoints.cpp661 DenseSet<BasicBlock *> BBs; // new BBs + insertee local
H A DConstantHoisting.cpp206 findBestInsertionSet(DominatorTree &DT, BlockFrequencyInfo &BFI, BasicBlock *Entry, SetVector<BasicBlock *> &BBs) argument
313 SetVector<BasicBlock *> BBs; local
[all...]
H A DInductiveRangeCheckElimination.cpp1356 void LoopConstrainer::addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp268 SmallVector<BasicBlock *, 16> BBs; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp28 SmallVector<const BasicBlock *, 8> BBs; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp372 BugDriver::extractMappedBlocksFromModule(const std::vector<BasicBlock *> &BBs, argument
H A DMiscompilation.cpp485 ReduceMiscompiledBlocks::TestFuncs(const std::vector<BasicBlock *> &BBs) { argument
[all...]
H A DCrashDebugger.cpp391 void simpleSimplifyCfg(Function &F, SmallVectorImpl<BasicBlock *> &BBs) { argument
452 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { argument
570 TestBlocks( std::vector<const BasicBlock *> &BBs) argument
675 TestBlocks(std::vector<const BasicBlock *> &BBs) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp925 SmallVector<const BasicBlock *, 8> BBs; local
H A DBasicBlockUtils.cpp93 void llvm::DeleteDeadBlocks(ArrayRef <BasicBlock *> BBs, DomTreeUpdater *DTU, argument
54 DetatchDeadBlocks( ArrayRef<BasicBlock *> BBs, SmallVectorImpl<DominatorTree::UpdateType> *Updates, bool KeepOneInputPHIs) argument
H A DCodeExtractor.cpp196 buildExtractionBlockSet(ArrayRef<BasicBlock *> BBs, DominatorTree *DT, argument
244 CodeExtractor::CodeExtractor(ArrayRef<BasicBlock *> BBs, DominatorTree *DT, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp956 std::vector<BasicBlock *> BBs; local

Completed in 326 milliseconds