Home
last modified time | relevance | path

Searched defs:Selects (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp169 SmallVector<SelectInst *, 8> Selects; member
816 SmallVector<SelectInst *, 8> Selects; in findScope() local
893 SmallVector<SelectInst *, 8> &Selects = RI.Selects; in checkScopeHoistable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7109 static void createPHIsForSelects(SmallVector<MachineInstr*, 8> &Selects, in createPHIsForSelects()
7173 SmallVector<MachineInstr*, 8> Selects; in emitSelect() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6619 const SmallPtrSet<const Instruction *, 2> &Selects) { in getTrueOrFalseValue()