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

  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 178 assert(!contains(BranchesOut, Target) &&
180 BranchesOut[Target] = make_unique<Branch>(Condition, Code);
222 for (const auto &iter : Curr->BranchesOut)
241 !Original->BranchesOut.empty())
243 if (contains(Original->BranchesOut, Original))
257 Details.swap(Prior->BranchesOut[Original]);
258 Prior->BranchesOut[Split] = make_unique<Branch>(Details->Condition,
260 for (const auto &iter : Original->BranchesOut) {
263 Split->BranchesOut[Post] = make_unique<Branch>(Details->Condition,
270 for (const auto &iter : Original->BranchesOut) {
    [all...]
Relooper.h 85 OwningBlockBranchMap BranchesOut;

Completed in 586 milliseconds