Searched defs:isExpensiveToSpeculativelyExecute (Results 1 – 4 of 4) sorted by relevance
428 bool isExpensiveToSpeculativelyExecute(const Instruction *I) { return true; } in isExpensiveToSpeculativelyExecute() function1478 bool isExpensiveToSpeculativelyExecute(const Instruction *I) { in isExpensiveToSpeculativelyExecute() function
2539 bool isExpensiveToSpeculativelyExecute(const Instruction* I) override { in isExpensiveToSpeculativelyExecute() function
669 bool TargetTransformInfo::isExpensiveToSpeculativelyExecute( in isExpensiveToSpeculativelyExecute() function in TargetTransformInfo
6119 bool X86TTIImpl::isExpensiveToSpeculativelyExecute(const Instruction* I) { in isExpensiveToSpeculativelyExecute() function in X86TTIImpl