Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DStatepoint.h211 inline std::pair<bool, bool> getGCResultLocality() const;
239 std::pair<bool, bool> GCStatepointInst::getGCResultLocality() const { in getGCResultLocality() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1078 const std::pair<bool, bool> GCResultLocality = I.getGCResultLocality(); in LowerStatepoint()