Searched refs:expandCaseRange (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp25 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) { function in class:WriteBitcodePass
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp25 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) { function in class:WriteBitcodePass

Completed in 28 milliseconds