OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OldIndex
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp
1512
SlotIndex
OldIndex
= Indexes->getInstructionIndex(MI);
1515
assert(getMBBStartIdx(MI.getParent()) <=
OldIndex
&&
1516
OldIndex
< getMBBEndIdx(MI.getParent()) &&
1519
HMEditor HME(*this, *MRI, *TRI,
OldIndex
, NewIndex, UpdateFlags);
1536
SlotIndex
OldIndex
= Indexes->getInstructionIndex(*I, true);
1537
ToProcess.push_back(
OldIndex
);
1541
for (SlotIndex
OldIndex
: ToProcess) {
1542
HMEditor HME(*this, *MRI, *TRI,
OldIndex
, NewIndex, UpdateFlags);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp
2572
int
OldIndex
= RunSkipBlockVars.size() - 1;
2581
for (int i =
OldIndex
+1; i <= FirstIndex; ++i)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
9944
int
OldIndex
= AllocaIndex;
9946
if (MFI.getObjectSize(FixedIndex) != MFI.getObjectSize(
OldIndex
)) {
9965
<< " Replacing frame index " <<
OldIndex
<< " with " << FixedIndex
9968
MFI.RemoveStackObject(
OldIndex
);
9971
ArgCopyElisionFrameIndexMap.insert({
OldIndex
, FixedIndex});
Completed in 44 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026