Searched defs:getLoopFor (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | MachineLoopInfo.h | 141 inline MachineLoop *getLoopFor(const MachineBasicBlock *BB) const { getLoopFor() function |
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | GenericLoopInfo.h | 602 LoopT *getLoopFor(const BlockT *BB) const { return BBMap.lookup(BB); } getLoopFor() function |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineTraceMetrics.cpp | 168 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const { getLoopFor() function in MachineTraceMetrics::Ensemble |