Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp486 TargetInstrInfo::getPatchpointUnfoldableRange(const MachineInstr &MI) const { in getPatchpointUnfoldableRange() function in TargetInstrInfo
509 std::tie(NumDefs, StartIdx) = TII.getPatchpointUnfoldableRange(MI); in foldPatchpoint()
H A DRegAllocGreedy.cpp2603 TII->getPatchpointUnfoldableRange(MI); in computeStats()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1187 getPatchpointUnfoldableRange(const MachineInstr &MI) const;