Searched refs:IfPredicateStore (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp327 /// of scalars. If \p IfPredicateStore is true we need to 'hide' each
331 bool IfPredicateStore=false);
466 bool IfPredicateStore = false) override;
1900 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, bool IfPredicateStore) { argument
1951 if (IfPredicateStore) {
1967 if (IfPredicateStore) {
1998 if (IfPredicateStore) {
5243 bool IfPredicateStore) {
5294 if (IfPredicateStore) {
5309 if (IfPredicateStore) {
5242 scalarizeInstruction(Instruction *Instr, bool IfPredicateStore) argument
5355 bool IfPredicateStore = (SI && Legal->blockNeedsPredication(SI->getParent())); local
[all...]

Completed in 37 milliseconds