Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h76 MachineInstr *LoopInductionVar = nullptr; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp239 LI.LoopInductionVar = nullptr; in canPipelineLoop()
241 if (TII->analyzeLoop(L, LI.LoopInductionVar, LI.LoopCompare)) in canPipelineLoop()
2596 MachineInstr *IndVar = Pass.LI.LoopInductionVar; in addBranches()