OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewBI
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/TableGen/
CodeEmitterGen.cpp
44
BitsInit *
NewBI
= new BitsInit(numBits);
49
NewBI
->setBit(bit, BitSwap);
50
NewBI
->setBit(bitSwapIdx, OrigBit);
54
NewBI
->setBit(middle, BI->getBit(middle));
59
R->getValue("Inst")->setValue(
NewBI
);
/external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp
329
BranchInst *
NewBI
= BranchInst::Create(NewHeader, PHBI);
330
NewBI
->setDebugLoc(PHBI->getDebugLoc());
TailRecursionElimination.cpp
577
BranchInst *
NewBI
= BranchInst::Create(OldEntry, Ret);
578
NewBI
->setDebugLoc(CI->getDebugLoc());
JumpThreading.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp
183
BranchInst *
NewBI
= BranchInst::Create(DestBB, NewBB);
184
NewBI
->setDebugLoc(TI->getDebugLoc());
Completed in 68 milliseconds