Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.h37 class SelectInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h31 class SelectInst; variable
H A DMemoryBuiltins.h48 class SelectInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h42 class SelectInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp663 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2728 SmallSetVector<SelectInst *, 8> &SelectUsers) in AllocaSliceRewriter()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1323 auto SelectInst = MIB.buildInstr(Opc, {Dst}, {True, False}).addImm(CC); in emitSelect() local