Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp299 bool CreatePlaceHolder = true);
301 bool CreatePlaceHolder = true);
901 bool CreatePlaceHolder){ in transValue() argument
903 if (Loc != ValueMap.end() && (!PlaceholderMap.count(BV) || CreatePlaceHolder)) in transValue()
909 auto V = transValueWithoutDecoration(BV, F, BB, CreatePlaceHolder); in transValue()
1323 BasicBlock *BB, bool CreatePlaceHolder){ in transValueWithoutDecoration() argument
1482 if(!CreatePlaceHolder) // May be a placeholder in transValueWithoutDecoration()
1494 if (CreatePlaceHolder) { in transValueWithoutDecoration()