HomeSort by relevance Sort by last modified time
    Searched refs:BlockList (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 82 SmallVector<BBInfo*, 100> BlockList;
83 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList);
86 if (BlockList.size() == 0) {
92 FindDominators(&BlockList, PseudoEntry);
93 FindPHIPlacement(&BlockList);
94 FindAvailableVals(&BlockList);
103 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) {
171 // If not a root, put it on the BlockList.
173 BlockList->push_back(Info);
220 /// corresponding to the basic blocks on the BlockList. This uses th
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 95 SmallVector<BBInfo *, 100> BlockList;
96 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList);
99 if (BlockList.size() == 0) {
105 FindDominators(&BlockList, PseudoEntry);
106 FindPHIPlacement(&BlockList);
107 FindAvailableVals(&BlockList);
116 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) {
183 // If not a root, put it on the BlockList.
185 BlockList->push_back(Info);
232 /// corresponding to the basic blocks on the BlockList. This uses th
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 71 SmallVector<BBInfo*, 100> BlockList;
72 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList);
75 if (BlockList.size() == 0) {
81 FindDominators(&BlockList, PseudoEntry);
82 FindPHIPlacement(&BlockList);
83 FindAvailableVals(&BlockList);
92 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) {
160 // If not a root, put it on the BlockList.
162 BlockList->push_back(Info);
209 /// corresponding to the basic blocks on the BlockList. This uses th
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 259 BlockMeta* BlockList = nullptr;
265 BlockList = new (NewMeta) BlockMeta{BlockList, 0};
273 BlockList->Next = new (NewMeta) BlockMeta{BlockList->Next, 0};
279 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {}
283 if (N + BlockList->Current >= UsableAllocSize) {
288 BlockList->Current += N;
289 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) +
290 BlockList->Current - N)
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
MappedBlockStream.cpp 130 auto BlockList = Data->getStreamBlocks();
132 if (BlockList[Last] != BlockList[Last + 1] - 1)
142 auto Result = Pdb.getBlockData(BlockList[First], Pdb.getBlockSize());
169 auto BlockList = Data->getStreamBlocks();
171 uint32_t E = BlockList[BlockNum];
173 if (BlockList[I + BlockNum] != E)
177 uint32_t FirstBlockAddr = BlockList[BlockNum];
202 auto BlockList = Data->getStreamBlocks();
204 uint32_t StreamBlockAddr = BlockList[BlockNum]
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/Common/
CapsuleCoalesce.c 43 @param BlockList Pointer to head of capsule block descriptors
51 by the BlockList.
56 EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
72 @param BlockList pointer to the capsule block descriptors
84 IN EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
151 @param BlockList Pointer to head of capsule block descriptors
159 by the BlockList.
164 EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
181 CurrDesc = BlockList;
202 CurrDesc = BlockList;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
MSFBuilder.h 128 using BlockList = std::vector<uint32_t>;
139 std::vector<std::pair<uint32_t, BlockList>> StreamData;
  /external/llvm/tools/llvm-pdbdump/
YAMLOutputStyle.cpp 87 pdb::yaml::StreamBlockList BlockList;
88 BlockList.Blocks = Stream;
89 Obj.StreamMap->push_back(BlockList);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MSFBuilder.cpp 300 ulittle32_t *BlockList =
303 StreamData[I].second.size(), BlockList);
305 ArrayRef<ulittle32_t>(BlockList, StreamData[I].second.size());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCExpandISEL.cpp 195 for (auto &BlockList : ISELInstructions) {
198 << printMBBReference(*MF->getBlockNumbered(BlockList.first))
200 BlockISELList &CurrentISELList = BlockList.second;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
YAMLOutputStyle.cpp 139 pdb::yaml::StreamBlockList BlockList;
140 BlockList.Blocks.assign(Stream.begin(), Stream.end());
141 Obj.StreamMap->push_back(BlockList);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
PartialInlining.cpp 404 auto IsSingleEntry = [](SmallVectorImpl<BasicBlock *> &BlockList) {
405 BasicBlock *Dom = BlockList.front();
406 return BlockList.size() > 1 && pred_size(Dom) == 1;
410 [&ORE](SmallVectorImpl<BasicBlock *> &BlockList) -> BasicBlock * {
412 for (auto *Block : BlockList) {
414 if (!is_contained(BlockList, *SI)) {
420 << ore::NV("Block", BlockList.front()->getName())
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
ItaniumDemangle.cpp     [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 290 auto &BlockList = StubOwnerItr->second;
291 BlockList.push_back(std::move(IS));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 277 auto &BlockList = StubOwnerItr->second;
278 BlockList.push_back(std::move(IS));
  /bionic/libc/kernel/tools/
cpp.py 272 """Parse a list of text lines into a BlockList object."""
280 """Parse a file into a BlockList object."""
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 1080 milliseconds