OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BranchesIn
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/WebAssembly/
Relooper.cpp
240
if (Original->
BranchesIn
.size() <= 1 ||
245
if (strlen(Original->Code) * (Original->
BranchesIn
.size() - 1) >
252
for (const auto &Prior : Original->
BranchesIn
) {
255
Split->
BranchesIn
.insert(Prior);
265
Post->
BranchesIn
.insert(Split);
272
Post->
BranchesIn
.remove(Original);
290
iter.first->
BranchesIn
.insert(Curr);
321
for (auto iter = Target->
BranchesIn
.begin();
322
iter != Target->
BranchesIn
.end();) {
336
Target->
BranchesIn
.remove(Prior)
[
all
...]
Relooper.h
86
BlockSet
BranchesIn
;
Completed in 183 milliseconds