Home
last modified time | relevance | path

Searched refs:isImmutableObjectIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp112 return MFI && MFI->isImmutableObjectIndex(FI); in isConstant()
DTargetInstrInfoImpl.cpp332 MF.getFrameInfo()->isImmutableObjectIndex(FrameIdx)) in isReallyTriviallyReMaterializableGeneric()
DLiveIntervalAnalysis.cpp1102 if (isSS && !mf_->getFrameInfo()->isImmutableObjectIndex(Slot)) in tryFoldMemoryOperand()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h447 bool isImmutableObjectIndex(int ObjectIdx) const { in isImmutableObjectIndex() function