Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp1538 auto hasNonArtificialLocation = [](const MachineInstr &MI) -> bool { in ExtendRanges() local
1544 if (none_of(MBB.instrs(), hasNonArtificialLocation)) in ExtendRanges()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp1852 auto hasNonArtificialLocation = [](const MachineInstr &MI) -> bool { in ExtendRanges() local
1858 if (none_of(MBB.instrs(), hasNonArtificialLocation)) in ExtendRanges()
DInstrRefBasedImpl.cpp3186 auto hasNonArtificialLocation = [](const MachineInstr &MI) -> bool { in initialSetup() local
3193 if (none_of(MBB.instrs(), hasNonArtificialLocation)) in initialSetup()