Searched refs:LIC (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dastlicense.c171 #define LIC(s,c) {s,sizeof(s)-1,c} macro
175 LIC("none", NONE),
176 LIC("inline", SPECIAL),
177 LIC("test", TEST),
178 LIC("verbose", VERBOSE),
179 LIC("usage", USAGE),
180 LIC("open", OPEN),
181 LIC("cpl", OPEN),
182 LIC("epl", OPEN),
183 LIC("bs
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp202 void UnswitchNontrivialCondition(Value *LIC, Constant *OnVal, Loop *L);
204 void RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC,
207 void EmitPreheaderBranchOnCondition(Value *LIC, Constant *Val,
669 /// if LIC == Val, branch to TrueDst, otherwise branch to FalseDest. Insert the
671 void LoopUnswitch::EmitPreheaderBranchOnCondition(Value *LIC, Constant *Val, argument
675 // Insert a conditional branch on LIC to the two preheaders. The original
677 Value *BranchVal = LIC;
679 Val->getType() != Type::getInt1Ty(LIC->getContext()))
680 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val);
763 /// to unswitch when LIC equa
765 UnswitchNontrivialCondition(Value *LIC, Constant *Val, Loop *L) argument
771 << " when '" << *Val << "' == " << *LIC << "\\n"); local
1066 RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, Constant *Val, bool IsEqual) argument
[all...]

Completed in 73 milliseconds