Home
last modified time | relevance | path

Searched defs:BranchCost (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1146 int BranchCost = getCFInstrCost(Instruction::Br); in getMaskedMemoryOpCost() local
1516 int BranchCost = getCFInstrCost(Instruction::Br); in getGSScalarCost() local
/external/webp/src/enc/
Dframe_enc.c134 static int BranchCost(int nb, int total, int proba) { in BranchCost() function