Home
last modified time | relevance | path

Searched defs:getLoopFor (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineLoopInfo.h95 inline MachineLoop *getLoopFor(const MachineBasicBlock *BB) const { in getLoopFor() function
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDLoopInfo.h540 LoopT *getLoopFor(const BlockT *BB) const { return BBMap.lookup(BB); } in getLoopFor() function
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineTraceMetrics.cpp157 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const { in getLoopFor() function in MachineTraceMetrics::Ensemble