Searched refs:MergeTails (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dcodegen.h115 void MergeTails(TargetsToBlocks* blocks);
H A Dcodegen_unittest.cc42 void MergeTails(TargetsToBlocks* blocks) { CodeGen::MergeTails(blocks); } function in class:sandbox::CodeGenUnittestHelper
111 // We explicitly duplicate instructions so that MergeTails() can coalesce
147 // The two "LOAD 0" instructions are blocks of their own. MergeTails() could
371 void MergeTails(CodeGenUnittestHelper* codegen, Instruction* prg, int flags) { function in namespace:sandbox
379 // still be unchanged after we run MergeTails(). We verify this by
386 // The loop executes twice. After the first run, we call MergeTails() on
395 // The stream of instructions should be unchanged after MergeTails().
409 // This will change as basic blocks are coalesed by MergeTails().
441 codegen->MergeTails(
[all...]
H A Dcodegen.cc484 void CodeGen::MergeTails(TargetsToBlocks* blocks) { function in class:sandbox::CodeGen
727 MergeTails(&all_blocks);

Completed in 92 milliseconds