Searched defs:PerformBRCONDCombine (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10904 /// PerformBRCONDCombine - Target-specific DAG combining for ARMISD::BRCOND.
10906 ARMTargetLowering::PerformBRCONDCombine(SDNode *N, SelectionDAG &DAG) const { function in class:ARMTargetLowering
11062 case ARMISD::BRCOND: return PerformBRCONDCombine(N, DCI.DAG);

Completed in 174 milliseconds