OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BranchVal
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp
290
Value *
BranchVal
= new ICmpInst(PreHeaderBR,
295
BranchInst::Create(PEnd, PEnd,
BranchVal
, PreHeaderBR);
346
Value *
BranchVal
= new ICmpInst(*NewBB, ICmpInst::ICMP_EQ, ModVal,
351
BranchVal
, NewBB);
/external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
690
Value *
BranchVal
= LIC;
693
BranchVal
= new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val);
699
BranchInst *BI = BranchInst::Create(TrueDest, FalseDest,
BranchVal
, InsertPt);
[
all
...]
Completed in 24 milliseconds