Home
last modified time | relevance | path

Searched defs:Blocks (Results 1 – 25 of 74) sorted by relevance

123

/external/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h56 void setDefiningBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setDefiningBlocks()
66 void setLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setLiveInBlocks()
/external/llvm/docs/
DMIRLangRef.rst193 Block References
210 Successors
237 Live In Registers
252 Miscellaneous Attributes
DBitCodeFormat.rst163 .. _Blocks: target
165 Blocks section in Bitstream Format
196 .. _ENTER_SUBBLOCK:
198 ENTER_SUBBLOCK Encoding
215 END_BLOCK Encoding
404 .. _BLOCKINFO:
406 #0 - BLOCKINFO Block
553 .. _MODULE_BLOCK:
/external/llvm/include/llvm/CodeGen/
DEdgeBundles.h35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DEdgeBundles.h34 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/external/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h52 SetVector<BasicBlock *> Blocks; variable
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp59 auto Blocks = File.getDirectoryBlockArray(); in dumpFileHeaders() local
DPdbYaml.h38 std::vector<support::ulittle32_t> Blocks; member
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp168 int BasicBlock::topologicalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalSort()
191 int BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalFinalSort()
/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h73 std::vector<const CFGBlock*> Blocks; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DBasicBlockPlacement.cpp113 Function::BasicBlockListType &Blocks = BB->getParent()->getBasicBlockList(); in PlaceBlocks() local
/external/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp43 SmallVector<WeakVH, 16> Blocks(L.blocks()); in simplifyLoopCFG() local
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMCFunction.h75 MapTy Blocks; variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DFunctionSummary.h96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock() local
/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp154 ArrayRef<support::ulittle32_t> Blocks; in parseStreamData() local
364 for (const auto &Blocks : StreamMap) { in commit() local
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp49 DiscontiguousFile(ArrayRef<uint32_t> Blocks, MutableArrayRef<uint8_t> Data) in DiscontiguousFile()
80 std::vector<support::ulittle32_t> Blocks; member in __anon8d3c1fc20111::DiscontiguousFile
305 const uint32_t Blocks[] = {2, 1, 0, 6, 3, 4, 5, 7, 9, 8}; in TEST() local
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h208 std::vector<SIScheduleBlock*> Blocks; member
224 SIScheduleBlocks> Blocks; variable
316 std::vector<SIScheduleBlock*> Blocks; variable
/external/v8/src/compiler/
Dgap-resolver.cc22 inline bool Blocks(MoveOperands* move, InstructionOperand destination) { in Blocks() function
/external/clang/test/SemaCXX/
Dnested-name-spec-locations.cpp158 void bar(std::vector<int*> &Blocks) { in bar()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGCOV.h181 SmallVector<GCOVBlock *, 16> Blocks; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInterferenceCache.h68 SmallVector<BlockInterference, 8> Blocks; variable
/external/llvm/lib/CodeGen/
DInterferenceCache.h91 SmallVector<BlockInterference, 8> Blocks; variable
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPostOrderIterator.h222 std::vector<NodeType*> Blocks; // Block list in normal PO order variable
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp278 SmallPtrSet<BasicBlock*, 8> Blocks; in TestBlocks() local
515 std::vector<const BasicBlock*> Blocks; in DebugACrash() local
/external/llvm/include/llvm/Support/
DGCOV.h292 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks; variable
377 BlockLines Blocks; member

123