Home
last modified time | relevance | path

Searched defs:SelectInst (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.h37 class SelectInst; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h33 class SelectInst; variable
H A DJumpThreading.h44 class SelectInst; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h39 class SelectInst; variable
H A DMemoryBuiltins.h49 class SelectInst; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp694 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2338 SmallSetVector<SelectInst *, 8> &SelectUsers) in AllocaSliceRewriter()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1207 auto SelectInst = MIB.buildInstr(Opc, {Dst}, {True, False}).addImm(CC); in emitSelect() local