Home
last modified time | relevance | path

Searched refs:hasPatchPoint (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DStackMapLivenessAnalysis.cpp74 if (!MF->getFrameInfo()->hasPatchPoint()) { in runOnMachineFunction()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h298 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint() function