Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp210 const Use *InOL = LP.getOperandList(); in LandingPadInst() local
212 OL[I] = InOL[I]; in LandingPadInst()
876 const Use *InOL = CSI.getOperandList(); in CatchSwitchInst() local
878 OL[I] = InOL[I]; in CatchSwitchInst()
3659 const Use *InOL = SI.getOperandList(); in SwitchInst() local
3661 OL[i] = InOL[i]; in SwitchInst()
3662 OL[i+1] = InOL[i+1]; in SwitchInst()
3762 const Use *InOL = IBI.getOperandList(); in IndirectBrInst() local
3764 OL[i] = InOL[i]; in IndirectBrInst()