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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 118 BasicBlock* CutGraphIntoBasicBlocks(Instruction* instructions,
codegen_unittest.cc 31 BasicBlock* CutGraphIntoBasicBlocks(Instruction* insns,
34 return CodeGen::CutGraphIntoBasicBlocks(insns, branch_targets, blocks);
325 void CutGraphIntoBasicBlocks(CodeGenUnittestHelper* codegen,
332 codegen->CutGraphIntoBasicBlocks(prg, branch_targets, &all_blocks);
366 SANDBOX_TEST(CodeGen, CutGraphIntoBasicBlocks) {
367 ForAllPrograms(CutGraphIntoBasicBlocks);
375 codegen->CutGraphIntoBasicBlocks(prg, branch_targets, &all_blocks);
codegen.cc 351 BasicBlock* CodeGen::CutGraphIntoBasicBlocks(
761 CutGraphIntoBasicBlocks(instructions, branch_targets, &all_blocks);

Completed in 344 milliseconds