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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h571 SDValue OptimizeVFPBrcond(SDValue Op, SelectionDAG &DAG) const;
H A DARMISelLowering.cpp3574 /// OptimizeVFPBrcond - With -enable-unsafe-fp-math, it's legal to optimize some
3577 ARMTargetLowering::OptimizeVFPBrcond(SDValue Op, SelectionDAG &DAG) const { function in class:ARMTargetLowering
3648 SDValue Result = OptimizeVFPBrcond(Op, DAG);

Completed in 119 milliseconds