Searched refs:Intvl (Results 1 – 2 of 2) sorted by relevance
103 MemDGNodeIntervalBuilder::getTopMemDGNode(const Interval<Instruction> &Intvl, in getTopMemDGNode() argument105 Instruction *I = Intvl.top(); in getTopMemDGNode()106 Instruction *BeforeI = Intvl.bottom(); in getTopMemDGNode()116 MemDGNodeIntervalBuilder::getBotMemDGNode(const Interval<Instruction> &Intvl, in getBotMemDGNode() argument118 Instruction *I = Intvl.bottom(); in getBotMemDGNode()119 Instruction *AfterI = Intvl.top(); in getBotMemDGNode()564 auto FullScan = [this](const Interval<Instruction> Intvl) { in extend() argument565 auto DstRange = MemDGNodeIntervalBuilder::make(Intvl, *this); in extend()
317 LLVM_ABI static MemDGNode *getTopMemDGNode(const Interval<Instruction> &Intvl,321 LLVM_ABI static MemDGNode *getBotMemDGNode(const Interval<Instruction> &Intvl,