Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp106 return MFI && MFI->isImmutableObjectIndex(FI); in isConstant()
H A DTargetInstrInfo.cpp591 MF.getFrameInfo()->isImmutableObjectIndex(FrameIdx)) in isReallyTriviallyReMaterializableGeneric()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h539 bool isImmutableObjectIndex(int ObjectIdx) const { in isImmutableObjectIndex() function