Home
last modified time | relevance | path

Searched refs:BeforeCost (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DRegion.h32 InstructionCost BeforeCost = 0; variable
48 InstructionCost getBeforeCost() const { return BeforeCost; } in getBeforeCost()
52 OS << "BeforeCost: " << BeforeCost << "\n"; in dump()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DRegion.cpp28 BeforeCost += Cost; in remove()