OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInstructionIndex
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervals.h
226
SlotIndex
getInstructionIndex
(const MachineInstr &Instr) const {
227
return Indexes->
getInstructionIndex
(Instr);
SlotIndexes.h
385
SlotIndex
getInstructionIndex
(const MachineInstr &MI,
621
:
getInstructionIndex
(mbb->front()).listEntry();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
194
unsigned
getInstructionIndex
(const Instruction *I) {
381
StoreIndex = LBI.
getInstructionIndex
(OnlyStore);
383
if (unsigned(StoreIndex) > LBI.
getInstructionIndex
(LI)) {
471
StoresByIndex.push_back(std::make_pair(LBI.
getInstructionIndex
(SI), SI));
484
unsigned LoadIdx = LBI.
getInstructionIndex
(LI);
Completed in 18 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026