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

  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 25 bool expandCaseRange(Function &F);
37 Changed |= expandCaseRange(*F);
47 /// expandCaseRange - Expand case range into explicit case values within the
49 bool WriteBitcodePass::expandCaseRange(Function &F) {
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 25 bool expandCaseRange(Function &F);
37 Changed |= expandCaseRange(*F);
47 /// expandCaseRange - Expand case range into explicit case values within the
49 bool WriteBitcodePass::expandCaseRange(Function &F) {

Completed in 187 milliseconds