Home
last modified time | relevance | path

Searched refs:exposesReturnsTwice (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DCodeMetrics.h45 bool exposesReturnsTwice; member
86 : exposesReturnsTwice(false), isRecursive(false), notDuplicatable(false), in CodeMetrics()
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h232 bool exposesReturnsTwice() const {
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp448 if (MF.exposesReturnsTwice()) in runOnMachineFunction()