OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newBlocks
(Results
1 - 8
of
8
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
inline_exhaustive_pass.cpp
31
std::vector<std::unique_ptr<BasicBlock>>
newBlocks
;
33
GenInlineCode(&
newBlocks
, &newVars, ii, bi);
36
if (
newBlocks
.size() > 1) UpdateSucceedingPhis(
newBlocks
);
41
//
newBlocks
. We don't need to do anything with those.
46
for (auto& bb :
newBlocks
) {
49
bi = bi.InsertBefore(&
newBlocks
);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
inline_exhaustive_pass.cpp
31
std::vector<std::unique_ptr<BasicBlock>>
newBlocks
;
33
if (!GenInlineCode(&
newBlocks
, &newVars, ii, bi)) {
38
if (
newBlocks
.size() > 1) UpdateSucceedingPhis(
newBlocks
);
43
//
newBlocks
. We don't need to do anything with those.
48
for (auto& bb :
newBlocks
) {
51
bi = bi.InsertBefore(&
newBlocks
);
/dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java
35
private final BasicBlockList
newBlocks
;
45
newBlocks
= blocks.getMutableCopy();
105
if (toDelete.get(
newBlocks
.get(i).getLabel())) {
106
newBlocks
.set(i, null);
110
newBlocks
.shrinkToFit();
111
newBlocks
.setImmutable();
113
return new RopMethod(
newBlocks
, ropMethod.getFirstLabel());
145
BasicBlock predBlock =
newBlocks
.labelToBlock(preds.get(j));
153
* an updated BasicBlock instance and places it in {@code
newBlocks
}.
175
newBlocks
.set(newBlocks.indexOfLabel(block.getLabel()), newBB)
[
all
...]
/external/pdfium/core/fxcrt/
cfx_blockbuffer.cpp
51
size_t
newBlocks
= blockIndex - m_BlockArray.size() + 1;
55
} while (--
newBlocks
);
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
664
Function::BasicBlockListType &
newBlocks
= newFunction->getBasicBlockList();
671
newBlocks
.push_back(Block);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp
628
Function::BasicBlockListType &
newBlocks
= newFunction->getBasicBlockList();
636
newBlocks
.push_back(*i);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
[
all
...]
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 612 milliseconds