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.cpp561 TargetInstrInfo::getPatchpointUnfoldableRange(const MachineInstr &MI) const { in getPatchpointUnfoldableRange() function in TargetInstrInfo
584 std::tie(NumDefs, StartIdx) = TII.getPatchpointUnfoldableRange(MI); in foldPatchpoint()
H A DRegAllocGreedy.cpp2742 TII->getPatchpointUnfoldableRange(MI); in computeStats()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1218 getPatchpointUnfoldableRange(const MachineInstr &MI) const;