Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetInstrInfo.h637 virtual bool shouldClusterLoads(MachineInstr *FirstLdSt, in shouldClusterLoads() function
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineScheduler.cpp1038 if (TII->shouldClusterLoads(SUa->getInstr(), SUb->getInstr(), ClusterLength) in clusterNeighboringLoads()