Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp732 void killAndReplaceSplitInstructions(SmallVectorImpl<Instruction *> &Origs);
960 SmallVectorImpl<Instruction *> &Origs) { in killAndReplaceSplitInstructions() argument
964 for (Instruction *I : Origs) { in killAndReplaceSplitInstructions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h171 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs,
H A DCGOpenMPRuntime.cpp770 ArrayRef<const Expr *> Origs, in ReductionCodeGen() argument
777 const auto *IOrig = Origs.begin(); in ReductionCodeGen()