Home
last modified time | relevance | path

Searched defs:getBlocks (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h77 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; } in getBlocks() function
H A DWebAssemblyFixIrreducibleControlFlow.cpp199 BlockSet &getBlocks() { return Blocks; } in getBlocks() function in __anon177248720111::LoopBlocks
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h351 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; } in getBlocks() function
H A DSIMachineScheduler.cpp608 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() function in SIScheduleBlockCreator
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h188 ArrayRef<BlockT *> getBlocks() const { in getBlocks() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp450 std::vector<Block *> getBlocks() const { in getBlocks() function in __anone35372fe0111::MergedChain
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h1115 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks() function