Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.cpp103 MemDGNodeIntervalBuilder::getTopMemDGNode(const Interval<Instruction> &Intvl, in getTopMemDGNode() argument
105 Instruction *I = Intvl.top(); in getTopMemDGNode()
106 Instruction *BeforeI = Intvl.bottom(); in getTopMemDGNode()
116 MemDGNodeIntervalBuilder::getBotMemDGNode(const Interval<Instruction> &Intvl, in getBotMemDGNode() argument
118 Instruction *I = Intvl.bottom(); in getBotMemDGNode()
119 Instruction *AfterI = Intvl.top(); in getBotMemDGNode()
564 auto FullScan = [this](const Interval<Instruction> Intvl) { in extend() argument
565 auto DstRange = MemDGNodeIntervalBuilder::make(Intvl, *this); in extend()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h317 LLVM_ABI static MemDGNode *getTopMemDGNode(const Interval<Instruction> &Intvl,
321 LLVM_ABI static MemDGNode *getBotMemDGNode(const Interval<Instruction> &Intvl,