OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInstructionIndex
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
195
SlotIndex
getInstructionIndex
(const MachineInstr *instr) const {
196
return indexes_->
getInstructionIndex
(instr);
SlotIndexes.h
493
SlotIndex
getInstructionIndex
(const MachineInstr *instr) const {
/external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
160
///
getInstructionIndex
- Get or calculate the index of the specified
162
unsigned
getInstructionIndex
(const Instruction *I) {
856
StoreIndex = LBI.
getInstructionIndex
(OnlyStore);
858
if (unsigned(StoreIndex) > LBI.
getInstructionIndex
(LI)) {
[
all
...]
Completed in 415 milliseconds