Home
last modified time | relevance | path

Searched defs:canCopyGluedNodeDuringSchedule (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp144 bool Thumb1InstrInfo::canCopyGluedNodeDuringSchedule(SDNode *N) const { in canCopyGluedNodeDuringSchedule() function in Thumb1InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1185 virtual bool canCopyGluedNodeDuringSchedule(SDNode *N) const { return false; } in canCopyGluedNodeDuringSchedule() function