Searched defs:FunctionT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h488 typedef Function FunctionT; typedef in struct:llvm::bfi_detail::TypeMap
495 typedef MachineFunction FunctionT; typedef in struct:llvm::bfi_detail::TypeMap
774 typedef typename bfi_detail::TypeMap<BT>::FunctionT FunctionT; typedef in class:llvm::BlockFrequencyInfoImpl
788 const FunctionT *F;
892 const FunctionT *getFunction() const { return F; }
894 void doFunction(const FunctionT *F, const BranchProbabilityInfoT *BPI,
927 void BlockFrequencyInfoImpl<BT>::doFunction(const FunctionT *F,

Completed in 93 milliseconds