Home
last modified time | relevance | path

Searched defs:Preference (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp539 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { in getKnownConstant() argument
561 ConstantPreference Preference, SmallPtrSet<Value *, 4> &RecursionSet, in computeValueKnownInPredecessorsImpl() argument
982 ConstantPreference Preference = WantInteger; processBlock() local
1554 processThreadableEdges(Value * Cond,BasicBlock * BB,ConstantPreference Preference,Instruction * CxtI) processThreadableEdges() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h99 enum Preference { global() enum