Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp58 return MFI && MFI->isImmutableObjectIndex(FI); in isConstant()
DMIRPrinter.cpp288 YamlObject.IsImmutable = MFI.isImmutableObjectIndex(I); in convertStackObjects()
DTargetInstrInfo.cpp847 MF.getFrameInfo()->isImmutableObjectIndex(FrameIdx)) in isReallyTriviallyReMaterializableGeneric()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h534 bool isImmutableObjectIndex(int ObjectIdx) const { in isImmutableObjectIndex() function