Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopSink.cpp83 static BlockFrequency adjustedSumFreq(SmallPtrSetImpl<BasicBlock *> &BBs, in adjustedSumFreq()
181 SmallPtrSet<BasicBlock *, 2> BBs; in sinkInstruction() local
DConstantHoisting.cpp195 SmallPtrSet<BasicBlock *, 8> &BBs) { in findBestInsertionSet()
297 SmallPtrSet<BasicBlock *, 8> BBs; in findConstantInsertionPoint() local
DPlaceSafepoints.cpp664 DenseSet<BasicBlock *> BBs; // new BBs + insertee in INITIALIZE_PASS_DEPENDENCY() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInlineSimple.cpp60 const auto &BBs = CS.getCaller()->getBasicBlockList(); in getInlineCost() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIndirectBrExpandPass.cpp116 SmallVector<BasicBlock *, 4> BBs; in runOnFunction() local
DShrinkWrap.cpp306 static MachineBasicBlock *FindIDom(MachineBasicBlock &Block, ListOfBBs BBs, in FindIDom()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDominanceFrontier.cpp120 const std::set<BasicBlock*> &BBs = I->second; in print() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp193 const auto &BBs = Caller->getBasicBlockList(); in getInlineCost() local
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DInstIterator.h36 _BB_t *BBs; // BasicBlocksType variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp322 void simpleSimplifyCfg(Function &F, SmallVectorImpl<BasicBlock *> &BBs) { in simpleSimplifyCfg()
383 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks()
502 std::vector<const BasicBlock *> &BBs) { in TestBlocks()
606 bool ReduceSimplifyCFG::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks()
DExtractFunction.cpp373 BugDriver::extractMappedBlocksFromModule(const std::vector<BasicBlock *> &BBs, in extractMappedBlocksFromModule()
/external/llvm/include/llvm/IR/
DInstIterator.h35 BB_t *BBs; // BasicBlocksType variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstIterator.h38 BB_t *BBs; // BasicBlocksType variable
/external/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h131 const std::set<BlockT *> &BBs = I->second; in print() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h139 const std::set<BlockT *> &BBs = I->second; in print() local
DLoopInfoImpl.h684 std::vector<BlockT *> BBs = L->getBlocks(); in compareLoops() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-extract/
Dllvm-extract.cpp233 SmallVector<BasicBlock *, 4> BBs; in main() local
/external/llvm/lib/CodeGen/
DShrinkWrap.cpp259 MachineBasicBlock *FindIDom(MachineBasicBlock &Block, ListOfBBs BBs, in FindIDom()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp106 buildExtractionBlockSet(ArrayRef<BasicBlock *> BBs) { in buildExtractionBlockSet()
126 CodeExtractor::CodeExtractor(ArrayRef<BasicBlock *> BBs, DominatorTree *DT, in CodeExtractor()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExtractFunction.cpp316 std::vector<BasicBlock*> &BBs, in ExtractMappedBlocksFromModule()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_bb.cpp70 for (ArrayList::Iterator BBs = allBBlocks.iterator(); !BBs.end(); BBs.next()) in ~Function() local
/external/llvm/tools/bugpoint/
DExtractFunction.cpp375 BugDriver::extractMappedBlocksFromModule(const std::vector<BasicBlock *> &BBs, in extractMappedBlocksFromModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp185 buildExtractionBlockSet(ArrayRef<BasicBlock *> BBs, DominatorTree *DT, in buildExtractionBlockSet()
228 CodeExtractor::CodeExtractor(ArrayRef<BasicBlock *> BBs, DominatorTree *DT, in CodeExtractor()
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp148 SmallPtrSet<BasicBlock *, 8> BBs; in findConstantInsertionPoint() local
DPlaceSafepoints.cpp651 DenseSet<BasicBlock *> BBs; // new BBs + insertee in INITIALIZE_PASS_DEPENDENCY() local

12